VideoChatStarted.fromJson constructor
Creates a VideoChatStarted object from JSON object
Implementation
factory VideoChatStarted.fromJson(Map<String, dynamic> json) {
return VideoChatStarted();
}
Creates a VideoChatStarted object from JSON object
factory VideoChatStarted.fromJson(Map<String, dynamic> json) {
return VideoChatStarted();
}