CoinsResponse class

Constructors

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})
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 CommunityData
getter/setter pair
communityScore double
getter/setter pair
countryOrigin String
getter/setter pair
description Tion
getter/setter pair
developerData DeveloperData
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 Image
getter/setter pair
lastUpdated DateTime
getter/setter pair
getter/setter pair
liquidityScore double
getter/setter pair
localization Tion
getter/setter pair
marketCapRank int
getter/setter pair
marketData MarketData
getter/setter pair
name String
getter/setter pair
publicInterestScore double
getter/setter pair
publicInterestStats PublicInterestStats
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<Ticker>
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