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