NotificationChannelSettings constructor
const
NotificationChannelSettings({})
Creates notification channel settings.
Implementation
const NotificationChannelSettings({
required this.channelId,
required this.channelName,
this.description,
this.isEnabled = true,
this.allowSound = true,
this.allowVibration = true,
this.allowLights = true,
this.soundPath,
this.vibrationPattern,
});