ScanContentModel constructor

ScanContentModel({
  1. int? productId,
  2. String? productCode,
  3. String? productName,
  4. int? serialNumber,
  5. String? requestByPartnerId,
  6. String? requestToPartnerId,
  7. String? requestToPartnerName,
  8. String? status,
})

Implementation

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