soundIdGet method
@param id
Implementation
Future<chopper.Response<WebApiModulesSettingsUserSettingsSoundSound>>
soundIdGet({required String? id}) {
generatedMapping.putIfAbsent(WebApiModulesSettingsUserSettingsSoundSound,
() => WebApiModulesSettingsUserSettingsSoundSound.fromJsonFactory);
return _soundIdGet(id: id);
}