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