BusVehicleUpdate constructor

BusVehicleUpdate(
  1. {String id,
  2. bool isDeleted,
  3. String tripId,
  4. String startTime,
  5. String startDate,
  6. String routeId,
  7. double latitude,
  8. double longitude,
  9. int currentStopSequence,
  10. dynamic currentStatus,
  11. dynamic timestamp,
  12. String vehicleId}
)

Implementation

BusVehicleUpdate(
    {this.id,
    this.isDeleted,
    this.tripId,
    this.startTime,
    this.startDate,
    this.routeId,
    this.latitude,
    this.longitude,
    this.currentStopSequence,
    this.currentStatus,
    this.timestamp,
    this.vehicleId});