CoinHistory class

Coin history data wrapper

Constructors

CoinHistory.fromJson(Map<String, dynamic> json)

Properties

communityData CoinCommunityData?
Community data
final
developerData CoinDeveloperData?
Developer data
final
hashCode int
The hash code for this object.
no setterinherited
id String
Coin identifier
final
image ImageInfo?
Coin image
final
localization LocalizedString?
Coin name in different localizations
final
marketData List<MarketData>?
Market data
final
name String
Coin name
final
publicInterestStats CoinPublicInterestsStats?
Public interest stats
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Coin symbol
final

Methods

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

Operators

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