getStops property

Future<List<BusStop>> getStops

Implementation

Future<List<BusStop>> get getStops async => _busProvider.getStops();