BalanceResponse constructor Null safety

BalanceResponse(
  1. {double? uco,
  2. BalanceResponseNft? nft}
)

Implementation

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