MasstransitStairsSummary class final

Represents summary info about stairs along the route

Available extensions

Constructors

MasstransitStairsSummary({required int numberOfStairs, required int numberOfStairsWithRamp})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
numberOfStairs int
Number of stairs along the route.
final
numberOfStairsWithRamp int
Number of stairs with ramps along the route.
final
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 MasstransitStairsSummary other) bool
The equality operator.
override