ledgerJournals top-level property
Implementation
List<LedgerJournal> ledgerJournals = [
LedgerJournal(
journalName: "first journal",
),
LedgerJournal(
journalName: "second journal",
),
LedgerJournal(
journalName: "third journal",
),
LedgerJournal(
journalName: "fourth journal",
),
];