BusVehicleUpdate constructor
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});