StopEtas constructor

StopEtas(
  1. {int stopId,
  2. String eta,
  3. bool arriving}
)

Implementation

StopEtas({this.stopId, this.eta, this.arriving});