CoinsCurrentDataResponse constructor

CoinsCurrentDataResponse({
  1. String? id,
  2. String? symbol,
  3. String? name,
  4. String? assetPlatformId,
  5. Platforms? platforms,
  6. int? blockTimeInMinutes,
  7. dynamic hashingAlgorithm,
  8. List? categories,
  9. dynamic publicNotice,
  10. List? additionalNotices,
  11. CoinsCurrentTion? localization,
  12. CoinsCurrentTion? description,
  13. CoinsCurrentLinks? links,
  14. CoinsCurrentImage? image,
  15. String? countryOrigin,
  16. dynamic genesisDate,
  17. String? contractAddress,
  18. double? sentimentVotesUpPercentage,
  19. double? sentimentVotesDownPercentage,
  20. dynamic marketCapRank,
  21. int? coingeckoRank,
  22. double? coingeckoScore,
  23. double? developerScore,
  24. double? communityScore,
  25. double? liquidityScore,
  26. double? publicInterestScore,
  27. CoinsCurrentMarketData? marketData,
  28. CoinsCurrentCommunityData? communityData,
  29. CoinsCurrentDeveloperData? developerData,
  30. CoinsCurrentPublicInterestStats? publicInterestStats,
  31. List? statusUpdates,
  32. DateTime? lastUpdated,
  33. List<CoinsCurrentTicker>? tickers,
})

Implementation

CoinsCurrentDataResponse({
  this.id,
  this.symbol,
  this.name,
  this.assetPlatformId,
  this.platforms,
  this.blockTimeInMinutes,
  this.hashingAlgorithm,
  this.categories,
  this.publicNotice,
  this.additionalNotices,
  this.localization,
  this.description,
  this.links,
  this.image,
  this.countryOrigin,
  this.genesisDate,
  this.contractAddress,
  this.sentimentVotesUpPercentage,
  this.sentimentVotesDownPercentage,
  this.marketCapRank,
  this.coingeckoRank,
  this.coingeckoScore,
  this.developerScore,
  this.communityScore,
  this.liquidityScore,
  this.publicInterestScore,
  this.marketData,
  this.communityData,
  this.developerData,
  this.publicInterestStats,
  this.statusUpdates,
  this.lastUpdated,
  this.tickers,
});