eur constant

Currency const eur

Implementation

static const eur = Currency(
  code: 'EUR',
  symbol: '€',
  name: 'Euro',
  decimals: 2,
);