TransitSectionDetails class

Gives the details of a transit section.

Constructors

TransitSectionDetails(Agency agency)
Creates a new instance.

Properties

agency Agency
Contains information about a particular agency.
getter/setter pair
attributions ↔ List<Attribution>
List of required attributions to display.
getter/setter pair
fares ↔ List<Fare>
List of tickets to pay for this section of the route.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
incidents ↔ List<TransitIncident>
A list of all incidents that apply to the section.
getter/setter pair
intermediateStops ↔ List<TransitStop>
All the intermediate stops between departure and destination of this section.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
transport TransitTransport?
Transit transport information.
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.