GlobalDefi class

Constructors

GlobalDefi({double? defiMarketCap, double? ethMarketCap, double? defiToEthRatio, double? tradingVolume24h, double? defiDominance, String? topCoinName, double? topCoinDefiDominance})
GlobalDefi.fromJson(Map<String, dynamic> json)
factory

Properties

defiDominance double?
getter/setter pair
defiMarketCap double?
getter/setter pair
defiToEthRatio double?
getter/setter pair
ethMarketCap double?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isNull bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topCoinDefiDominance double?
getter/setter pair
topCoinName String?
getter/setter pair
tradingVolume24h double?
getter/setter pair

Methods

copyWith({double? defiMarketCap, double? ethMarketCap, double? defiToEthRatio, double? tradingVolume24h, double? defiDominance, String? topCoinName, double? topCoinDefiDominance}) GlobalDefi
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override