TruckAmenities class
Truck amenities struct, represents availability (true/false) for each feature, except shower_count - number of showers, if data is available.
Note: This is a BETA feature and thus subject to change.
Constructors
Properties
- hasCarWash ↔ bool
-
Has car wash
getter/setter pair
- hasChemicalToiletDisposal ↔ bool
-
Has chemical toilet disposal
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- hasHighCanopy ↔ bool
-
Has high canopy
getter/setter pair
- hasIdleReductionSystem ↔ bool
-
Has idle reduction system
getter/setter pair
- hasParking ↔ bool
-
Has parking
getter/setter pair
- hasPowerSupply ↔ bool
-
Has power supply
getter/setter pair
- hasSecureParking ↔ bool
-
Has secure parking
getter/setter pair
- hasShower ↔ bool
-
Has shower
getter/setter pair
- hasTruckScales ↔ bool
-
Has truck scales
getter/setter pair
- hasTruckService ↔ bool
-
Has truck service
getter/setter pair
- hasTruckStop ↔ bool
-
Has truck stop
getter/setter pair
- hasTruckWash ↔ bool
-
Has truck wash
getter/setter pair
- hasWifi ↔ bool
-
Has WiFi
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showerCount ↔ int?
-
Shower count, if shower data is present
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.