WebApiModulesInventoryRepairToggleRepairCompleteResponse constructor

WebApiModulesInventoryRepairToggleRepairCompleteResponse({
  1. WebApiModulesInventoryRepairRepair? repair,
  2. int? status,
  3. bool? success,
  4. String? msg,
})

Implementation

WebApiModulesInventoryRepairToggleRepairCompleteResponse({
  this.repair,
  this.status,
  this.success,
  this.msg,
});