StatementLabels constructor
const
StatementLabels({})
StatementLabels API.
Implementation
const StatementLabels({
this.document = 'Statement',
this.account = 'Account',
this.period = 'Period',
this.opening = 'Opening',
this.closing = 'Closing',
this.date = 'Date',
this.detail = 'Detail',
this.debit = 'Debit',
this.credit = 'Credit',
this.balance = 'Balance',
this.notes = 'Notes',
});