NotificationGroupSettings constructor
const
NotificationGroupSettings({})
Creates notification group settings.
Implementation
const NotificationGroupSettings({
required this.groupId,
required this.groupName,
this.description,
this.isEnabled = true,
this.maxNotifications = 10,
this.autoCancel = true,
});