ParticipantVideoInfo.fromJson constructor

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

Implementation

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