ledgers property

void ledgers=(List<Ledger> newValue)

Implementation

set ledgers(List<directory.Ledger> newValue) {
  _ledgers = newValue;
}