CheckStockContentModel constructor

CheckStockContentModel({
  1. int? assetCount,
  2. String? productCode,
  3. String? productImage,
  4. String? productName,
  5. String? scanInOrderId,
  6. String? scanInUserId,
  7. double? unitPrice,
})

Implementation

CheckStockContentModel(
    {this.assetCount,
    this.productCode,
    this.productImage,
    this.productName,
    this.scanInOrderId,
    this.scanInUserId,
    this.unitPrice});