CoinHistory class
A class that represents the historical data of a cryptocurrency.
Constructors
-
CoinHistory.fromJson(Map<
String, dynamic> json) - Constructs a CoinHistory instance from a JSON object.
Properties
- communityData → CoinCommunityData?
-
The community data of the coin.
final
- developerData → CoinDeveloperData?
-
The developer data of the coin.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique identifier of the coin.
final
- image → ImageInfo?
-
The image information of the coin.
final
- localization → LocalizedString?
-
The name of the coin in different localizations.
final
-
marketData
→ List<
MarketData> ? -
The market data of the coin.
final
- name → String
-
The name of the coin.
final
- publicInterestStats → CoinPublicInterestsStats?
-
The public interest statistics of the coin.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String
-
The symbol of the coin.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the CoinHistory instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited