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