ScheduleAtStop.empty constructor

const ScheduleAtStop.empty()

Creates an empty ScheduleAtStop.

Implementation

const ScheduleAtStop.empty()
    : arrivals = const [],
      stop = const Stop.empty();