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