StatementLabels constructor

const StatementLabels({
  1. String document = 'Statement',
  2. String account = 'Account',
  3. String period = 'Period',
  4. String opening = 'Opening',
  5. String closing = 'Closing',
  6. String date = 'Date',
  7. String detail = 'Detail',
  8. String debit = 'Debit',
  9. String credit = 'Credit',
  10. String balance = 'Balance',
  11. String notes = 'Notes',
})

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',
});