usd constant

CurrencyFormat const usd

The CurrencyFormat of the US Dollar.

Implementation

static const CurrencyFormat usd =
    CurrencyFormat(code: 'usd', symbol: '\$', symbolSide: SymbolSide.left);