BusStoptime class
Bus Stoptime model: Contains data related to stop times
Constructors
- BusStoptime({int id, String tripId, String arrivalTime, int arrivalTimestamp, String departureTime, int departureTimestamp, String stopId, int stopSequence, Null stopHeadsign, int pickupType, int dropOffType, Null continuousPickup, Null continuousDropOff, Null shapeDistTraveled, int timepoint})
-
BusStoptime.fromJson(Map<
String, dynamic> json)
Properties
- arrivalTime ↔ String
-
read / write
- arrivalTimestamp ↔ int
-
read / write
- continuousDropOff ↔ Null
-
read / write
- continuousPickup ↔ Null
-
read / write
- departureTime ↔ String
-
read / write
- departureTimestamp ↔ int
-
read / write
- dropOffType ↔ int
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ int
-
read / write
- pickupType ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- shapeDistTraveled ↔ Null
-
read / write
- stopHeadsign ↔ Null
-
read / write
- stopId ↔ String
-
read / write
- stopSequence ↔ int
-
read / write
- timepoint ↔ int
-
read / write
- tripId ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited