Content constructor
Content({
- String? productSubTypeId,
- String? productSubTypeName,
- double? amount,
- double? invoiceamount,
- int? quantity,
- int? totalOrder,
- String? partnerName,
- String? warehouseName,
- String? productCode,
- String? inventoryStatus,
- int? availableQuantity,
- int? inTransitQuantity,
- String? shopName,
- double? balance,
- String? name,
- String? orderDate,
- String? subdistributor1,
- String? orderStatus,
- String? productSubCategory,
- String? itemName,
- int? qty,
- String? referenceId,
- 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,
});