SoundConfiguration.fromJson constructor

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

Implementation

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