Ledger constructor

Ledger({
  1. NFTLedger? nft,
  2. UCOLedger? uco,
})

Implementation

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