gbp constant

CurrencyFormat const gbp

The CurrencyFormat of the British Pound.

Implementation

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