busTimeLists top-level property

List<List<String>> busTimeLists
final

The times that the buses arrive at each bus stop within a route.

Implementation

final busTimeLists = [
  times_87.expand((i) => i).toList(),
  times_286.expand((i) => i).toList(),
  times_289.expand((i) => i).toList(),
]