CoinInfo constructor

CoinInfo(
  1. String coinName,
  2. String coinPrice,
  3. String coinVolume,
  4. String coinMarketCap,
)

Implementation

CoinInfo(this.coinName, this.coinPrice, this.coinVolume,
    this.coinMarketCap);