StopTimeUpdate constructor

StopTimeUpdate(
  1. {int stopSequence,
  2. dynamic arrivalTime,
  3. dynamic departureTime,
  4. String stopId,
  5. dynamic scheduleRelationship}
)

Implementation

StopTimeUpdate(
    {this.stopSequence,
    this.arrivalTime,
    this.departureTime,
    this.stopId,
    this.scheduleRelationship});