BusTripUpdate constructor

BusTripUpdate(
  1. {String id,
  2. bool isDeleted,
  3. String tripId,
  4. String startTime,
  5. String startDate,
  6. String routeId,
  7. List<StopTimeUpdate> stopTimeUpdate,
  8. String vehicleId}
)

Implementation

BusTripUpdate(
    {this.id,
    this.isDeleted,
    this.tripId,
    this.startTime,
    this.startDate,
    this.routeId,
    this.stopTimeUpdate,
    this.vehicleId});