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