ChannelSettings constructor
ChannelSettings({})
Implementation
ChannelSettings({
required this.channelId,
required this.importance,
required this.isCanBypassDns,
required this.isCanShowBadge,
required this.isShouldVibrate,
required this.isShouldShowLights,
});