fromJson static method

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

Creates a object from a json

Implementation

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