WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse constructor

WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse({
  1. WebApiLogicAppFuncSessionLocation? location,
  2. WebApiLogicAppFuncSessionWarehouse? warehouse,
  3. WebApiLogicAppFuncSessionDepartment? department,
})

Implementation

WebApiModulesAccountServicesAccountAccountControllerGetOfficeLocationResponse({
  this.location,
  this.warehouse,
  this.department,
});