Metrics constructor

const Metrics({
  1. String? totalSupply,
  2. String? totalMiningSupply,
  3. String? totalMinedTokens,
  4. String? totalResourceNodesDeposit,
  5. String? totalBondedDelegation,
  6. String? totalUnbondedDelegation,
  7. String? totalUnbondingDelegation,
  8. String? circulationSupply,
  9. String? totalMiningReward,
  10. String? chainMiningReward,
  11. String? resourceMiningReward,
  12. String? metaMiningReward,
  13. String? resourceNodeDeposit,
  14. String? metaNodeDeposit,
  15. String? unissuedPrepay,
})

Implementation

const Metrics({
  this.totalSupply,
  this.totalMiningSupply,
  this.totalMinedTokens,
  this.totalResourceNodesDeposit,
  this.totalBondedDelegation,
  this.totalUnbondedDelegation,
  this.totalUnbondingDelegation,
  this.circulationSupply,
  this.totalMiningReward,
  this.chainMiningReward,
  this.resourceMiningReward,
  this.metaMiningReward,
  this.resourceNodeDeposit,
  this.metaNodeDeposit,
  this.unissuedPrepay,
});