usd constant

Currency const usd

Implementation

static const usd = Currency(
  code: 'USD',
  symbol: '\$',
  name: 'US Dollar',
  decimals: 2,
);