TradeLabels constructor
const
TradeLabels({
- String document = 'Invoice',
- String from = 'From',
- String to = 'To',
- String number = 'Number',
- String date = 'Date',
- String extra = 'Due',
- String description = 'Description',
- String quantity = 'Qty',
- String unit = 'Unit',
- String amount = 'Amount',
- String subtotal = 'Subtotal',
- String tax = 'Tax',
- String total = 'Total',
- String notes = 'Notes',
TradeLabels API.
Implementation
const TradeLabels({
this.document = 'Invoice',
this.from = 'From',
this.to = 'To',
this.number = 'Number',
this.date = 'Date',
this.extra = 'Due',
this.description = 'Description',
this.quantity = 'Qty',
this.unit = 'Unit',
this.amount = 'Amount',
this.subtotal = 'Subtotal',
this.tax = 'Tax',
this.total = 'Total',
this.notes = 'Notes',
});