CoinsResponse class

Constructors

CoinsResponse({String? id, String? symbol, String? name, dynamic assetPlatformId, int? blockTimeInMinutes, dynamic hashingAlgorithm, List<String>? categories, dynamic publicNotice, CoinsTion? localization, CoinsTion? description, CoinsLinks? links, CoinsImage? image, String? countryOrigin, dynamic genesisDate, double? sentimentVotesUpPercentage, double? sentimentVotesDownPercentage, int? marketCapRank, int? coingeckoRank, double? coingeckoScore, double? developerScore, double? communityScore, double? liquidityScore, double? publicInterestScore, CoinsMarketData? marketData, CoinsCommunityData? communityData, CoinsDeveloperData? developerData, CoinsPublicInterestStats? publicInterestStats, List? statusUpdates, DateTime? lastUpdated, List<CoinsTicker>? tickers})
CoinsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

assetPlatformId ↔ dynamic
getter/setter pair
blockTimeInMinutes int?
getter/setter pair
categories List<String>?
getter/setter pair
coingeckoRank int?
getter/setter pair
coingeckoScore double?
getter/setter pair
communityData CoinsCommunityData?
getter/setter pair
communityScore double?
getter/setter pair
countryOrigin String?
getter/setter pair
description CoinsTion?
getter/setter pair
developerData CoinsDeveloperData?
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 CoinsImage?
getter/setter pair
lastUpdated DateTime?
getter/setter pair
getter/setter pair
liquidityScore double?
getter/setter pair
localization CoinsTion?
getter/setter pair
marketCapRank int?
getter/setter pair
marketData CoinsMarketData?
getter/setter pair
name String?
getter/setter pair
publicInterestScore double?
getter/setter pair
publicInterestStats CoinsPublicInterestStats?
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<CoinsTicker>?
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