BusStopTimes constructor

BusStopTimes(
  1. {String tripId,
  2. String arrivalTime,
  3. String departureTime,
  4. String stopId,
  5. String stopSequence,
  6. String pickupType,
  7. String dropOffType,
  8. String timepoint}
)

Implementation

BusStopTimes({
  this.tripId,
  this.arrivalTime,
  this.departureTime,
  this.stopId,
  this.stopSequence,
  this.pickupType,
  this.dropOffType,
  this.timepoint
});