Interval constructor

Interval({
  1. String? stopId,
  2. double? timeToArrival,
})

Implementation

Interval({
  this.stopId,
  this.timeToArrival,
});