TransportSpecification class

Contains transport attributes details related to the transport mode.

Constructors

TransportSpecification()

Properties

hashCode → int
The hash code for this object.
no setter
pedestrianSpecification PedestrianSpecification?
The pedestrian specification for the transport mode. By default, it is not set.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scooterSpecification ScooterSpecification?
The scooter specification for the transport mode. By default, it is not set.
getter/setter pair
taxiSpecification TaxiSpecification?
The taxi specification for the transport mode. By default, it is not set.
getter/setter pair
transportMode TransportMode
Transport mode. Defaults to CAR.
getter/setter pair
vehicleSpecification VehicleSpecification?
The vehicle specification for the transport mode. By default, it is not set.
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.