ExpenseLabels constructor

const ExpenseLabels({
  1. String document = 'Expense claim',
  2. String claimant = 'Claimant',
  3. String purpose = 'Purpose',
  4. String date = 'Date',
  5. String category = 'Category',
  6. String note = 'Note',
  7. String amount = 'Amount',
  8. String total = 'Total',
  9. String notes = 'Notes',
})

ExpenseLabels API.

Implementation

const ExpenseLabels({
  this.document = 'Expense claim',
  this.claimant = 'Claimant',
  this.purpose = 'Purpose',
  this.date = 'Date',
  this.category = 'Category',
  this.note = 'Note',
  this.amount = 'Amount',
  this.total = 'Total',
  this.notes = 'Notes',
});