TollFarePass class

TollFare multi-travel pass characteristics.

Constructors

TollFarePass()

Properties

hashCode → int
The hash code for this object.
no setter
returnJourney ↔ bool?
This pass includes the fare for the return journey.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
seniorPass ↔ bool?
This pass is valid only if presented by a senior person.
getter/setter pair
transfers ↔ int?
Indicates if transfers are permitted with this pass, and if so, how many.
getter/setter pair
travels ↔ int?
This pass allows for the specified number of travels.
getter/setter pair
validityPeriod FarePassValidityPeriod?
Specifies a temporal validity period for a pass.
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.