PlNotificationMessage constructor
PlNotificationMessage({})
Implementation
PlNotificationMessage({
this.title,
required this.duration,
this.icon,
this.subtitle,
required this.builder,
});
PlNotificationMessage({
this.title,
required this.duration,
this.icon,
this.subtitle,
required this.builder,
});