VideoChatScheduled.fromJson constructor

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

Creates a VideoChatScheduled object from JSON object

Implementation

factory VideoChatScheduled.fromJson(Map<String, dynamic> json) =>
    _$VideoChatScheduledFromJson(json);