ExpenseLabels constructor
const
ExpenseLabels({})
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',
});