Balance constructor

Balance({
  1. List<NftBalance>? nft,
  2. double? uco,
})

Implementation

Balance({
  this.nft,
  this.uco,
});