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