eth constant

Currency const eth

Implementation

static const eth = Currency(
  code: 'ETH',
  symbol: 'Ξ',
  name: 'Ethereum',
  decimals: 6,
);