Cryptocurrency constructor
Cryptocurrency({})
Implementation
Cryptocurrency({
required this.id,
required this.name,
required this.symbol,
required this.image,
required this.currentPriceUSD,
required this.marketCap,
required this.marketCapRank,
required this.totalVolume,
required this.priceChange24h,
required this.totalSupply,
});