Balance constructor Null safety

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

Implementation

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