NUMBER property

List<String> NUMBER
final

数字

Implementation

static final List<String> NUMBER = [
  '{n.zero}',
  '{n.one}',
  '{n.two}',
  '{n.three}',
  '{n.four}',
  '{n.five}',
  '{n.six}',
  '{n.seven}',
  '{n.eight}',
  '{n.nine}',
  '{n.ten}',
  '{n.eleven}',
  '{n.twelve}'
];