CheckStockAssetContentModel constructor

CheckStockAssetContentModel({
  1. String? serialNumber,
  2. String? productCode,
  3. String? productName,
  4. String? scanInOrderId,
  5. String? scanInUserId,
  6. String? status,
})

Implementation

CheckStockAssetContentModel(
    {this.serialNumber,
    this.productCode,
    this.productName,
    this.scanInOrderId,
    this.scanInUserId,
    this.status});