CoinsResponse constructor Null safety

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. Tion? localization,
  10. Tion? description,
  11. Links? links,
  12. Image? 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. MarketData? marketData,
  25. CommunityData? communityData,
  26. DeveloperData? developerData,
  27. PublicInterestStats? publicInterestStats,
  28. List? statusUpdates,
  29. DateTime? lastUpdated,
  30. List<Ticker>? 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,
});