busStopMap top-level property

Map<String, List<List<String>>> busStopMap
final

Links the bus stops to their routes

Implementation

final busStopMap = {
  '87Route': stops_87,
  '286Route': stops_286,
  '289Route': stops_289,
}