VenueTransportSpecification class

Contains transport attributes details related to the venue transport mode.

Notes

Constructors

VenueTransportSpecification()

Properties

carSpecification VenueCarSpecification?
The car specification for the car transport mode. By default, it is not set.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
pedestrianSpecification VenuePedestrianSpecification?
The pedestrian specification for the pedestrian 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 VenueScooterSpecification?
The scooter specification for the scooter transport mode. By default, it is not set.
getter/setter pair
taxiSpecification VenueTaxiSpecification?
The taxi specification for the taxi 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.