WebApiModulesInventoryRepairCreateRepairResponse constructor
WebApiModulesInventoryRepairCreateRepairResponse({
- String? repairId,
- WebApiModulesInventoryRepairRepair? repair,
- int? status,
- bool? success,
- String? msg,
Implementation
WebApiModulesInventoryRepairCreateRepairResponse({
this.repairId,
this.repair,
this.status,
this.success,
this.msg,
});