ScheduleAtStop constructor

const ScheduleAtStop({
  1. required List<ScheduleArrival> arrivals,
  2. required Stop stop,
})

Creates a new ScheduleAtStop.

Implementation

const ScheduleAtStop({
  required this.arrivals,
  required this.stop,
});