NotificationChannel constructor
NotificationChannel({})
Creates a NotificationChannel.
Implementation
NotificationChannel(
{required this.id,
required this.name,
this.description,
this.icon,
this.color,
this.ticker});