GlobalDefiData class
A class that represents global DEFI data.
Constructors
-
GlobalDefiData.fromJson(Map<
String, dynamic> json) - Constructs a GlobalDefiData instance from a JSON map.
Properties
- defiDominance → double?
-
The dominance of DEFI in the market.
final
- defiMarketCap → double?
-
The market capitalization of DEFI.
final
- defiToEthRatio → double?
-
The ratio of DEFI market capitalization to Ethereum market capitalization.
final
- ethMarketCap → double?
-
The market capitalization of Ethereum.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topCoinDefiDominance → double?
-
The dominance of the top coin in DEFI.
final
- topCoinName → String?
-
The name of the top coin in DEFI.
final
- tradingVolume24h → double?
-
The trading volume in the last 24 hours.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the GlobalDefiData instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited