CoinsCurrentDataResponse class

Constructors

CoinsCurrentDataResponse({String? id, String? symbol, String? name, String? assetPlatformId, Platforms? platforms, int? blockTimeInMinutes, dynamic hashingAlgorithm, List? categories, dynamic publicNotice, List? additionalNotices, CoinsCurrentTion? localization, CoinsCurrentTion? description, CoinsCurrentLinks? links, CoinsCurrentImage? image, String? countryOrigin, dynamic genesisDate, String? contractAddress, double? sentimentVotesUpPercentage, double? sentimentVotesDownPercentage, dynamic marketCapRank, int? coingeckoRank, double? coingeckoScore, double? developerScore, double? communityScore, double? liquidityScore, double? publicInterestScore, CoinsCurrentMarketData? marketData, CoinsCurrentCommunityData? communityData, CoinsCurrentDeveloperData? developerData, CoinsCurrentPublicInterestStats? publicInterestStats, List? statusUpdates, DateTime? lastUpdated, List<CoinsCurrentTicker>? tickers})
CoinsCurrentDataResponse.fromJson(Map<String, dynamic> json)
factory

Properties

additionalNotices List?
getter/setter pair
assetPlatformId String?
getter/setter pair
blockTimeInMinutes int?
getter/setter pair
categories List?
getter/setter pair
coingeckoRank int?
getter/setter pair
coingeckoScore double?
getter/setter pair
communityData CoinsCurrentCommunityData?
getter/setter pair
communityScore double?
getter/setter pair
contractAddress String?
getter/setter pair
countryOrigin String?
getter/setter pair
description CoinsCurrentTion?
getter/setter pair
developerData CoinsCurrentDeveloperData?
getter/setter pair
developerScore double?
getter/setter pair
genesisDate ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashingAlgorithm ↔ dynamic
getter/setter pair
id String?
getter/setter pair
image CoinsCurrentImage?
getter/setter pair
lastUpdated DateTime?
getter/setter pair
getter/setter pair
liquidityScore double?
getter/setter pair
localization CoinsCurrentTion?
getter/setter pair
marketCapRank ↔ dynamic
getter/setter pair
marketData CoinsCurrentMarketData?
getter/setter pair
name String?
getter/setter pair
platforms Platforms?
getter/setter pair
publicInterestScore double?
getter/setter pair
publicInterestStats CoinsCurrentPublicInterestStats?
getter/setter pair
publicNotice ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentimentVotesDownPercentage double?
getter/setter pair
sentimentVotesUpPercentage double?
getter/setter pair
statusUpdates List?
getter/setter pair
symbol String?
getter/setter pair
tickers List<CoinsCurrentTicker>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited