GlobalCoins constructor

GlobalCoins({
  1. int activeCryptocurrencies = -1,
  2. int? upcomingIcos,
  3. int? ongoingIcos,
  4. int? endedIcos,
  5. int? markets,
  6. Map<String, dynamic>? totalMarketCap,
  7. Map<String, dynamic>? totalVolume,
  8. Map<String, dynamic>? marketCapPercentage,
  9. double? marketCapChangePercentage24hUsd,
  10. int? updatedAt,
})

Implementation

GlobalCoins({
  this.activeCryptocurrencies=-1,
  this.upcomingIcos,
  this.ongoingIcos,
  this.endedIcos,
  this.markets,
  this.totalMarketCap,
  this.totalVolume,
  this.marketCapPercentage,
  this.marketCapChangePercentage24hUsd,
  this.updatedAt,
});