ShuttleEta constructor

ShuttleEta(
  1. {int vehicleId,
  2. int routeId,
  3. List<StopEtas> stopEtas,
  4. String updated}
)

Implementation

ShuttleEta({this.vehicleId, this.routeId, this.stopEtas, this.updated});