PreTripPlanning class

Represents the legal requirements to be considered before a trip for all vehicles types.

Constructors

PreTripPlanning()

Properties

areSpareLightBulbsRequired ↔ bool
The attribute specifies if local regulations require spare light bulbs to be carried in the vehicle.
getter/setter pair
areWinterTiresRequired ↔ bool
The attribute specifies if local regulations require winter tires used during winter season.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
isAlcoholTesterRequired ↔ bool
The attribute specifies if local regulations require an alcohol tester to be carried in the vehicle.
getter/setter pair
isFireExtinguisherRequired ↔ bool
The attribute specifies if local regulations require a fire extinguisher to be carried in the vehicle.
getter/setter pair
isFirstAidKitRequired ↔ bool
The attribute specifies if local regulations require a first aid kit to be carried in the vehicle.
getter/setter pair
isSafetyVestRequired ↔ bool
The attribute specifies if local regulations require a safety vest to be carried in the vehicle.
getter/setter pair
isTowRopeRequired ↔ bool
The attribute specifies if local regulations require a tow rope to be carried in the vehicle.
getter/setter pair
isWarningTriangleRequired ↔ bool
The attribute specifies if local regulations require a warning triangle to be carried in the vehicle.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
winterSeasonPeriod ↔ String?
Indicates the start date and end date of a winter season in traffic regulations of the administrative area. Represented in TimeDomain format in prefix notation that follows the ISO 20524-1:2020 standard.
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.