Return an instance from JSON.
factory RandomSound.fromJson(final Map<String, dynamic> json) => _$RandomSoundFromJson(json);