btcCoin top-level constant

dynamic const btcCoin

Implementation

const btcCoin = CoinEntity(
  name: 'Bitcoin',
  symbol: 'BTC',
  decimals: 8,
);