CoinsResponse constructor

CoinsResponse({
  1. String? id,
  2. String? symbol,
  3. String? name,
  4. dynamic assetPlatformId,
  5. int? blockTimeInMinutes,
  6. dynamic hashingAlgorithm,
  7. List<String>? categories,
  8. dynamic publicNotice,
  9. CoinsTion? localization,
  10. CoinsTion? description,
  11. CoinsLinks? links,
  12. CoinsImage? image,
  13. String? countryOrigin,
  14. dynamic genesisDate,
  15. double? sentimentVotesUpPercentage,
  16. double? sentimentVotesDownPercentage,
  17. int? marketCapRank,
  18. int? coingeckoRank,
  19. double? coingeckoScore,
  20. double? developerScore,
  21. double? communityScore,
  22. double? liquidityScore,
  23. double? publicInterestScore,
  24. CoinsMarketData? marketData,
  25. CoinsCommunityData? communityData,
  26. CoinsDeveloperData? developerData,
  27. CoinsPublicInterestStats? publicInterestStats,
  28. List? statusUpdates,
  29. DateTime? lastUpdated,
  30. List<CoinsTicker>? tickers,
})

Implementation

CoinsResponse({
  this.id,
  this.symbol,
  this.name,
  this.assetPlatformId,
  this.blockTimeInMinutes,
  this.hashingAlgorithm,
  this.categories,
  this.publicNotice,
  this.localization,
  this.description,
  this.links,
  this.image,
  this.countryOrigin,
  this.genesisDate,
  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,
});