BalanceResponseNft constructor

BalanceResponseNft({
  1. String? address,
  2. double? amount,
})

Implementation

BalanceResponseNft({
  this.address,
  this.amount,
});