CollectStockCardModel constructor
CollectStockCardModel({
- double? amount,
- String? materialCode,
- int? orderedQty = 0,
- int? deliveredQty,
- int scannedQty = 0,
- String? productName,
- String? highlightMsg,
- bool? isTradeMark,
- bool? isRecommended,
- String? productImage,
- List<
RangeScannedModel> ? rangeList, - List<
SingleScannedModel> ? singleList, - int? previousScannedCount = 0,
Implementation
CollectStockCardModel({
this.amount,
this.materialCode,
this.orderedQty = 0,
this.deliveredQty,
this.scannedQty = 0,
this.productName,
this.highlightMsg,
this.isTradeMark,
this.isRecommended,
this.productImage,
this.rangeList,
this.singleList,
this.previousScannedCount = 0,
});