Ledger constructor Null safety

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

Implementation

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