VoiceChatStarted.fromJson constructor

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

Implementation

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