WebApiModulesInventoryRepairCreateRepairResponse constructor

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

Implementation

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