TruckFuel class - search library - Dart API
TruckFuel
TruckFuel class
Contains truck fuel type info of fuel station.
Note: This is a BETA feature and thus subject to change.
Constructors
- TruckFuel(TruckFuelType type)
Properties
- hashCode → int
-
The hash code for this object.
no setter
- maximumTruckClass ↔ TruckClass?
-
The maximum truck class that this fuel type supports.
nullmeans information is unknown.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ TruckFuelType
-
The type of the fuel.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.