departmentlocationPost method
Future<Response<WebApiModulesSettingsDepartmentLocationDepartmentLocation> >
departmentlocationPost({
- required WebApiModulesSettingsDepartmentLocationDepartmentLocation? body,
Implementation
Future<
chopper.Response<
WebApiModulesSettingsDepartmentLocationDepartmentLocation>>
departmentlocationPost(
{required WebApiModulesSettingsDepartmentLocationDepartmentLocation?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsDepartmentLocationDepartmentLocation,
() => WebApiModulesSettingsDepartmentLocationDepartmentLocation
.fromJsonFactory);
return _departmentlocationPost(body: body);
}