NAMES constant

List<String> const NAMES

节假日名称(元旦0,春节1,清明2,劳动3,端午4,中秋5,国庆6,国庆中秋7,抗战胜利日8)

Implementation

static const List<String> NAMES = [
  '元旦节',
  '春节',
  '清明节',
  '劳动节',
  '端午节',
  '中秋节',
  '国庆节',
  '国庆中秋',
  '抗战胜利日'
];