soundIdGet method

Future<Response<WebApiModulesSettingsUserSettingsSoundSound>> soundIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _soundIdGet(id: id);
}