fromJson static method
Creates a object from a json
Implementation
static VideoChatStarted fromJson(Map<String, dynamic> json) {
return VideoChatStarted();
}
Creates a object from a json
static VideoChatStarted fromJson(Map<String, dynamic> json) {
return VideoChatStarted();
}