WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse constructor
const
WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse({
- WebApiLogicAppFuncSessionLocation? location,
- WebApiLogicAppFuncSessionWarehouse? warehouse,
- WebApiLogicAppFuncSessionDepartment? department,
Implementation
const WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse({
this.location,
this.warehouse,
this.department,
});