GlobalDefi constructor

GlobalDefi({
  1. double? defiMarketCap,
  2. double? ethMarketCap,
  3. double? defiToEthRatio,
  4. double? tradingVolume24h,
  5. double? defiDominance,
  6. String? topCoinName,
  7. double? topCoinDefiDominance,
})

Implementation

GlobalDefi({
	this.defiMarketCap,
	this.ethMarketCap,
	this.defiToEthRatio,
	this.tradingVolume24h,
	this.defiDominance,
	this.topCoinName,
	this.topCoinDefiDominance,
});