fromJson static method
Creates a object from a json
Implementation
static VideoChatEnded fromJson(Map<String, dynamic> json) {
return VideoChatEnded(json['duration']);
}
Creates a object from a json
static VideoChatEnded fromJson(Map<String, dynamic> json) {
return VideoChatEnded(json['duration']);
}