officelocationIdGet method
Future<Response<WebApiModulesSettingsOfficeLocationSettingsOfficeLocationOfficeLocation> >
officelocationIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsOfficeLocationSettingsOfficeLocationOfficeLocation>>
officelocationIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsOfficeLocationSettingsOfficeLocationOfficeLocation,
() =>
WebApiModulesSettingsOfficeLocationSettingsOfficeLocationOfficeLocation
.fromJsonFactory);
return _officelocationIdGet(id: id);
}