CoinsCurrentDataResponse constructor Null safety

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. Tion? localization,
  12. Tion? description,
  13. Links? links,
  14. Image? 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. MarketData? marketData,
  28. CommunityData? communityData,
  29. DeveloperData? developerData,
  30. PublicInterestStats? publicInterestStats,
  31. List? statusUpdates,
  32. DateTime? lastUpdated,
  33. List<Ticker>? 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,
});