GlobalCoinData class
Global coin data wrapper
Constructors
-
GlobalCoinData.fromJson(Map<
String, dynamic> json)
Properties
- activeCryptocurrencies → int
-
Number of active cryptocurrencies
final
- endedIcos → int?
-
Number of ended ICOs
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- marketCapChangePercentage24hUsd → double?
-
Market capitalization change percentage in USD in 24 hours
final
-
marketCapPercentage
→ Map<
String, double> ? -
Total market capitalization percentage by asset
final
- markets → int?
-
Number of markets
final
- ongoingIcos → int?
-
Number of ongoing ICOs
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
totalMarketCap
→ Map<
String, double> ? -
Total market capitalization by asset
final
-
totalVolume
→ Map<
String, double> ? -
Total volume by asset
final
- upcomingIcos → int?
-
Number of upcoming ICOs
final
- updatedAt → DateTime?
-
The moment at which the data was updated
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