isEmpty property

bool get isEmpty

Whether or not this ScheduleAtStop is empty.

Implementation

bool get isEmpty => arrivals.isEmpty && stop.isEmpty;