ServerCallSound.fromJson constructor

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

Implementation

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