fromJson static method
Inherited by: GroupCallDataChannelMain GroupCallDataChannelScreenSharing
Implementation
static GroupCallDataChannelMain? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const GroupCallDataChannelMain();
}