LocalNotification constructor
LocalNotification({})
Implementation
LocalNotification({
this.id,
this.color,
this.icon,
this.title,
this.description,
this.child,
this.duration,
this.onTap,
this.type,
});