ProductContentModel constructor
ProductContentModel({
- int? id,
- String? productCode,
- String? productName,
- List<
OrderDetails> ? orderDetails, - int? totalOrderedQuantity,
- int scannedQty = 0,
- List<
SingleScannedModel> ? iccidList, - List<
RangeScannedModel> ? rangeList, - List<
int> ? scannedserialNums,
Implementation
ProductContentModel(
{this.id,
this.productCode,
this.productName,
this.orderDetails,
this.totalOrderedQuantity,
this.scannedQty = 0,
this.iccidList,
this.rangeList,
this.scannedserialNums});