NftBalance constructor

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

Implementation

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