TransportProfile class

Contains values of transport profile.

This is a BETA feature and thus there can be bugs and unexpected behavior.

Annotations
  • @Deprecated("Will be removed in v4.28.0. Use `TransportSpecification` instead.")

Constructors

TransportProfile()

Properties

hashCode → int
The hash code for this object.
no setter
pedestrianProfile PedestrianProfile
Defines the pedestrian profile.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
vehicleProfile VehicleProfile?
Defines the vehicle profile.
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.