NotificationPreference class

Constructors

NotificationPreference({required NotificationCategory category, required Set<NotificationChannel> channels, int minSeverity = 1})
const

Properties

category → NotificationCategory
final
channels → Set<NotificationChannel>
final
hashCode → int
The hash code for this object.
no setterinherited
minSeverity → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Set<NotificationChannel>? channels, int? minSeverity}) → NotificationPreference
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited