Content constructor

Content({
  1. String? productSubTypeId,
  2. String? productSubTypeName,
  3. double? amount,
  4. double? invoiceamount,
  5. int? quantity,
  6. int? totalOrder,
  7. String? partnerName,
  8. String? warehouseName,
  9. String? productCode,
  10. String? inventoryStatus,
  11. int? availableQuantity,
  12. int? inTransitQuantity,
  13. String? shopName,
  14. double? balance,
  15. String? name,
  16. String? orderDate,
  17. String? subdistributor1,
  18. String? orderStatus,
  19. String? productSubCategory,
  20. String? itemName,
  21. int? qty,
  22. String? referenceId,
  23. int? id,
})

Implementation

Content({
  this.productSubTypeId,
  this.productSubTypeName,
  this.amount,
  this.invoiceamount,
  this.quantity,
  this.totalOrder,
  this.partnerName,
  this.warehouseName,
  this.productCode,
  this.inventoryStatus,
  this.availableQuantity,
  this.inTransitQuantity,
  this.shopName,
  this.balance,
  this.name,
  this.orderDate,
  this.subdistributor1,
  this.orderStatus,
  this.productSubCategory,
  this.itemName,
  this.qty,
  this.referenceId,
  this.id,
});