btc constant

Currency const btc

Implementation

static const btc = Currency(
  code: 'BTC',
  symbol: '₿',
  name: 'Bitcoin',
  decimals: 8,
);