CoinsResponse constructor
CoinsResponse({
- String id,
- String symbol,
- String name,
- dynamic assetPlatformId,
- int blockTimeInMinutes,
- dynamic hashingAlgorithm,
- List<
String> categories, - dynamic publicNotice,
- Tion localization,
- Tion description,
- Links links,
- Image image,
- String countryOrigin,
- dynamic genesisDate,
- double sentimentVotesUpPercentage,
- double sentimentVotesDownPercentage,
- int marketCapRank,
- int coingeckoRank,
- double coingeckoScore,
- double developerScore,
- double communityScore,
- double liquidityScore,
- double publicInterestScore,
- MarketData marketData,
- CommunityData communityData,
- DeveloperData developerData,
- PublicInterestStats publicInterestStats,
- List statusUpdates,
- DateTime lastUpdated,
- 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,
});