fromJson static method

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

Implementation

static VoiceChatStarted fromJson(Map<String, dynamic> json) {
  return VoiceChatStarted();
}