SLNotification constructor
SLNotification({})
Implementation
SLNotification(
{required this.title,
required this.content,
required this.iconPath,
this.channelId,
this.channelName}) {
channelId ??= "simple_local_notifications_channel";
channelName ??= "simple_local_notifications";
}