WalletData constructor

WalletData({
  1. String? balance,
  2. String? hbdBalance,
  3. String? savingsBalance,
  4. String? savingsHbdBalance,
  5. String? hivePower,
  6. String? estimatedValue,
  7. String? error,
})

Implementation

WalletData({
  this.balance,
  this.hbdBalance,
  this.savingsBalance,
  this.savingsHbdBalance,
  this.hivePower,
  this.estimatedValue,
  this.error,
});