BusTripUpdate class

Bus Trip Update model: Contains data related to realtime trip updates

Constructors

BusTripUpdate({String id, bool isDeleted, String tripId, String startTime, String startDate, String routeId, List<StopTimeUpdate> stopTimeUpdate, String vehicleId})
BusTripUpdate.fromJson(Map<String, dynamic> json)
BusTripUpdate.fromPBEntity(FeedEntity entity)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
id String
read / write
isDeleted bool
read / write
routeId String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
startDate String
read / write
startTime String
read / write
stopTimeUpdate List<StopTimeUpdate>
Representation of tripUpdate.stopTimeUpdate attribute
read / write
tripId String
Representation of tripUpdate.trip attributes
read / write
vehicleId String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toPBEntity() FeedEntity
toString() String
Returns a string representation of this object.
inherited

Operators

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