ScanContentModel constructor

ScanContentModel({
  1. int? productId,
  2. String? productCode,
  3. String? productName,
  4. String? productImage,
  5. double? itemAmount,
  6. double? itemTax,
  7. int? serialNumber,
  8. String? requestByPartnerId,
  9. String? requestToPartnerId,
  10. String? requestToPartnerName,
  11. String? status,
})

Implementation

ScanContentModel(
    {this.productId,
    this.productCode,
    this.productName,
    this.productImage,
    this.itemAmount,
    this.itemTax,
    this.serialNumber,
    this.requestByPartnerId,
    this.requestToPartnerId,
    this.requestToPartnerName,
    this.status});