cny constant

Currency const cny

Implementation

static const cny = Currency(
  code: 'CNY',
  symbol: '¥',
  name: 'Chinese Yuan',
  decimals: 2,
);