RandomSound.fromJson constructor

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

Return an instance from JSON.

Implementation

factory RandomSound.fromJson(final Map<String, dynamic> json) =>
    _$RandomSoundFromJson(json);