MasstransitRestrictedEntry class abstract final

Defines a point on a pedestrian path.

Implemented types

Constructors

MasstransitRestrictedEntry(int position)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
position int
Index of the point in the section geometry.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant MasstransitRestrictedEntry other) bool
The equality operator.
override