WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound.fromJson constructor

WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound.fromJson(
  Map<String, dynamic> json,
) =>
    _$WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundFromJson(
      json,
    );