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