ActiveNotification constructor
const
ActiveNotification({})
Constructs an instance of ActiveNotification.
Implementation
const ActiveNotification({
this.id,
this.groupKey,
this.channelId,
this.title,
this.body,
this.payload,
this.tag,
this.bigText,
});