StopTime class
Constructors
- StopTime.new({required String tripId, required Time? arrivalTime, required Time? departureTime, required String? stopId, required String? locationGroupId, required String? locationId, required int stopSequence, required String? stopHeadsign, required Time? startPickupDropOffWindow, required Time? endPickupDropOffWindow, required PickupType? pickupType, required DropOffType? dropOffType, required ContinuousPickup? continuousPickup, required ContinuousDropOff? continuousDropOff, required double? shapeDistTraveled, required Timepoint? timepoint, required String? pickupBookingRuleId, required String? dropOffBookingRuleId})
-
const
Properties
- arrivalTime → Time?
-
final
- continuousDropOff → ContinuousDropOff?
-
final
- continuousPickup → ContinuousPickup?
-
final
- departureTime → Time?
-
final
- dropOffBookingRuleId → String?
-
final
- dropOffType → DropOffType?
-
final
- endPickupDropOffWindow → Time?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- locationGroupId → String?
-
final
- locationId → String?
-
final
- pickupBookingRuleId → String?
-
final
- pickupType → PickupType?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shapeDistTraveled → double?
-
final
- startPickupDropOffWindow → Time?
-
final
- stopHeadsign → String?
-
final
- stopId → String?
-
final
- stopSequence → int
-
final
- timepoint → Timepoint?
-
final
- tripId → String
-
final
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.
override