Ledger constructor Null safety

Ledger(
  1. {Nft? nft,
  2. Uco? uco}
)

Implementation

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