Ledger constructor

Ledger({
  1. TokenLedger? token,
  2. UCOLedger? uco,
})

Implementation

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