DirectionsTransitDetailsBuilder class

Properties

arrivalStop DirectionsTransitStopBuilder
getter/setter pair
arrivalTime TimeZoneTextValueObjectBuilder
getter/setter pair
departureStop DirectionsTransitStopBuilder
getter/setter pair
departureTime TimeZoneTextValueObjectBuilder
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headsign String?
getter/setter pair
headway int?
getter/setter pair
line DirectionsTransitLineBuilder
getter/setter pair
numStops int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tripShortName String?
getter/setter pair

Methods

build() → _$DirectionsTransitDetails
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(DirectionsTransitDetails other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(DirectionsTransitDetailsBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited