NotificationSettingsScopeChannelChats.fromJson constructor

NotificationSettingsScopeChannelChats.fromJson(
  1. Map<String, dynamic> json
)

Parse from a json

Implementation

factory NotificationSettingsScopeChannelChats.fromJson(
        Map<String, dynamic> json) =>
    const NotificationSettingsScopeChannelChats();