PedestrianSpecification class - transport library - Dart API
PedestrianSpecification
PedestrianSpecification class
Pedestrian specific settings.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- walkingSpeedInMetersPerSecond ↔ double
-
Walking speed in meters per second.
The provided value must be in the range [0.5, 2.0].
Defaults to a speed of 1 meter per second.
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.