soundprofileIdGet method

Future<Response<WebApiModulesSettingsUserSettingsSoundProfileSoundProfile>> soundprofileIdGet({
  1. required String? id,
})

@param id

Implementation

Future<
  chopper.Response<WebApiModulesSettingsUserSettingsSoundProfileSoundProfile>
>
soundprofileIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsUserSettingsSoundProfileSoundProfile,
    () => WebApiModulesSettingsUserSettingsSoundProfileSoundProfile
        .fromJsonFactory,
  );

  return _soundprofileIdGet(id: id);
}