NotificationsEnabledOptions constructor
const
NotificationsEnabledOptions({})
Constructs an instance of NotificationsEnabledOptions
Implementation
const NotificationsEnabledOptions({
required this.isEnabled,
required this.isSoundEnabled,
required this.isAlertEnabled,
required this.isBadgeEnabled,
required this.isProvisionalEnabled,
required this.isCriticalEnabled,
});