BackgroundNotification constructor
const
BackgroundNotification({})
Implementation
const BackgroundNotification({
required this.title,
required this.text,
required this.channelId,
required this.channelName,
this.iconResourceName,
});