MarketData constructor
MarketData({
- Map<
String, double> currentPrice, - dynamic roi,
- Map<
String, double> ath, - Map<
String, double> athChangePercentage, - Map<
String, DateTime> athDate, - Map<
String, double> atl, - Map<
String, double> atlChangePercentage, - Map<
String, DateTime> atlDate, - Map<
String, double> marketCap, - int marketCapRank,
- FullyDilutedValuation fullyDilutedValuation,
- Map<
String, double> totalVolume, - Map<
String, double> high24H, - Map<
String, double> low24H, - double priceChange24H,
- double priceChangePercentage24H,
- double priceChangePercentage7D,
- double priceChangePercentage14D,
- double priceChangePercentage30D,
- double priceChangePercentage60D,
- double priceChangePercentage200D,
- double priceChangePercentage1Y,
- double marketCapChange24H,
- double marketCapChangePercentage24H,
- Map<
String, double> priceChange24HInCurrency, - Map<
String, double> priceChangePercentage1HInCurrency, - Map<
String, double> priceChangePercentage24HInCurrency, - Map<
String, double> priceChangePercentage7DInCurrency, - Map<
String, double> priceChangePercentage14DInCurrency, - Map<
String, double> priceChangePercentage30DInCurrency, - Map<
String, double> priceChangePercentage60DInCurrency, - Map<
String, double> priceChangePercentage200DInCurrency, - FullyDilutedValuation priceChangePercentage1YInCurrency,
- Map<
String, double> marketCapChange24HInCurrency, - Map<
String, double> marketCapChangePercentage24HInCurrency, - dynamic totalSupply,
- dynamic maxSupply,
- double circulatingSupply,
- DateTime lastUpdated,
Implementation
MarketData({
this.currentPrice,
this.roi,
this.ath,
this.athChangePercentage,
this.athDate,
this.atl,
this.atlChangePercentage,
this.atlDate,
this.marketCap,
this.marketCapRank,
this.fullyDilutedValuation,
this.totalVolume,
this.high24H,
this.low24H,
this.priceChange24H,
this.priceChangePercentage24H,
this.priceChangePercentage7D,
this.priceChangePercentage14D,
this.priceChangePercentage30D,
this.priceChangePercentage60D,
this.priceChangePercentage200D,
this.priceChangePercentage1Y,
this.marketCapChange24H,
this.marketCapChangePercentage24H,
this.priceChange24HInCurrency,
this.priceChangePercentage1HInCurrency,
this.priceChangePercentage24HInCurrency,
this.priceChangePercentage7DInCurrency,
this.priceChangePercentage14DInCurrency,
this.priceChangePercentage30DInCurrency,
this.priceChangePercentage60DInCurrency,
this.priceChangePercentage200DInCurrency,
this.priceChangePercentage1YInCurrency,
this.marketCapChange24HInCurrency,
this.marketCapChangePercentage24HInCurrency,
this.totalSupply,
this.maxSupply,
this.circulatingSupply,
this.lastUpdated,
});