BalanceResponseNft constructor Null safety

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

Implementation

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