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