TradeLabels constructor

const TradeLabels({
  1. String document = 'Invoice',
  2. String from = 'From',
  3. String to = 'To',
  4. String number = 'Number',
  5. String date = 'Date',
  6. String extra = 'Due',
  7. String description = 'Description',
  8. String quantity = 'Qty',
  9. String unit = 'Unit',
  10. String amount = 'Amount',
  11. String subtotal = 'Subtotal',
  12. String tax = 'Tax',
  13. String total = 'Total',
  14. 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',
});