WebApiModulesInventorySetQcSetQcItemResponse constructor

const WebApiModulesInventorySetQcSetQcItemResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. List<String>? itemIds,
  5. List<String>? descriptions,
  6. List<String>? iCodes,
  7. List<bool>? setQcReqds,
  8. List<String>? inventoryIds,
  9. int? successCount,
  10. int? failCount,
})

Implementation

const WebApiModulesInventorySetQcSetQcItemResponse({
  this.status,
  this.success,
  this.msg,
  this.itemIds,
  this.descriptions,
  this.iCodes,
  this.setQcReqds,
  this.inventoryIds,
  this.successCount,
  this.failCount,
});