NotificationPreference constructor
const
NotificationPreference({
- required NotificationCategory category,
- required Set<
NotificationChannel> channels, - int minSeverity = 1,
Implementation
const NotificationPreference({
required this.category,
required this.channels,
this.minSeverity = 1,
});