jpy constant

CurrencyFormat const jpy

The CurrencyFormat of the Japanese Yen.

Implementation

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