timeRanges top-level constant

List<String> const timeRanges

时辰序号所对应的时间段,与chineseTimes 一一对应

Implementation

const List<String> timeRanges = [
  '00:00~01:00',
  '01:00~03:00',
  '03:00~05:00',
  '05:00~07:00',
  '07:00~09:00',
  '09:00~11:00',
  '11:00~13:00',
  '13:00~15:00',
  '15:00~17:00',
  '17:00~19:00',
  '19:00~21:00',
  '21:00~23:00',
  '23:00~00:00',
];