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