Coin class
Coin data wrapper
Constructors
-
Coin.fromJson(Map<
String, dynamic> json)
Properties
-
additionalNotices
→ List<
String> ? -
Additional notices
final
- assetPlatformId → String?
-
Coin asset platform identifier
final
- blockTimeInMinutes → double
-
Block time (minutes)
final
-
categories
→ List<
String> -
Categories in which the coin is presented.
final
- coingeckoRank → int?
-
CoinGecko rank
final
- coingeckoScore → double?
-
CoinGecko score
final
- communityData → CoinCommunityData?
-
Community data
final
- communityScore → double?
-
Community score
final
- contractAddress → String?
-
Contract address of the coin
final
- countryOrigin → String?
-
Country of origin of the coin
final
- description → LocalizedString?
-
Coin description in different localizations
final
- developerData → CoinDeveloperData?
-
Developer data
final
- developerScore → double?
-
Developer score
final
- genesisDate → DateTime?
-
Genesis date of the coin
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashingAlgorithm → String
-
Hashing algorithm
final
- id → String
-
Coin identifier
final
- image → ImageInfo?
-
Coin image
final
- lastUpdated → DateTime?
-
The moment at which the data was updated
final
- links → CoinLinks?
-
Coin related link information
final
- liquidityScore → double?
-
Liquidity score
final
- localization → LocalizedString?
-
Coin name in different localizations
final
- marketCapRank → int?
-
Rank of market capitalization
final
- marketData → CoinMarketData?
-
Coin market data
final
- name → String
-
Coin name
final
-
platforms
→ Map<
String, String> ? -
Platforms on which the coin is presented
final
- publicInterestScore → double?
-
Public interests score
final
- publicInterestStats → CoinPublicInterestsStats?
-
Public interest stats
final
- publicNotice → String
-
Public notice
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentimentVotesDownPercentage → double?
-
Percentage of negative votes
final
- sentimentVotesUpPercentage → double?
-
Percentage of positive votes
final
-
statusUpdates
→ List<
StatusUpdate> ? -
Status updates
final
- symbol → String
-
Coin symbol
final
-
tickers
→ List<
Ticker> ? -
List of tickers
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