shuttleTimeLists top-level property

List<List<String>> shuttleTimeLists
final

Implementation

final shuttleTimeLists = [
  weekday_south.expand((i) => i).toList(),
  weekday_north.expand((i) => i).toList(),
  weekday_west.expand((i) => i).toList(),
  weekend_express.expand((i) => i).toList()
]