zodic top-level constant

List<String> const zodic

十二生肖 鼠、牛、虎、兔、龙、蛇、马、羊、猴、鸡、狗、猪 与十二地支配对 即子(鼠)、丑(牛)、寅(虎)、卯(兔)、辰(龙)、巳(蛇)、午(马)、未(羊)、申(猴)、酉(鸡)、戌(狗)、亥(猪)

Implementation

const List<String> zodic = [
  'rat',
  'ox',
  'tiger',
  'rabbit',
  'dragon',
  'snake',
  'horse',
  'sheep',
  'monkey',
  'rooster',
  'dog',
  'pig',
];