TableFixedFieldData constructor

TableFixedFieldData({
  1. String? siNo,
  2. String? itemCode,
  3. String? itemName,
  4. String? hsnCode,
  5. String? description,
  6. String? quantity,
  7. String? unit,
  8. String? rate,
  9. String? price,
  10. String? amount,
  11. String? discountPer,
  12. String? discountAmt,
  13. String? taxPer,
  14. String? taxAmt,
  15. String? total,
  16. String? remarks,
})

Implementation

TableFixedFieldData({
  this.siNo,
  this.itemCode,
  this.itemName,
  this.hsnCode,
  this.description,
  this.quantity,
  this.unit,
  this.rate,
  this.price,
  this.amount,
  this.discountPer,
  this.discountAmt,
  this.taxPer,
  this.taxAmt,
  this.total,
  this.remarks,
});