GlobalDefiData class

Global DEFI data wrapper

Constructors

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

Properties

defiDominance double?
DEFI dominance
final
defiMarketCap double?
DEFI market capitalization
final
defiToEthRatio double?
DEFI market capitalization
final
ethMarketCap double?
Ethereum market capitalization
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?
Top coin DEFI dominance
final
topCoinName String?
Top coin name
final
tradingVolume24h double?
Trading volume in 24 hours
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