LedgerSummary constructor

LedgerSummary({
  1. DateTime? creationDateTime,
  2. String? name,
  3. LedgerState? state,
})

Implementation

LedgerSummary({
  this.creationDateTime,
  this.name,
  this.state,
});