cny constant

CurrencyFormat const cny

The CurrencyFormat of the Chinese Yuan.

Implementation

static const CurrencyFormat cny =
    CurrencyFormat(code: 'cny', symbol: '元', symbolSide: SymbolSide.left);