AndroidNotificationSettings class
Constructors
-
AndroidNotificationSettings({required bool areNotificationsEnabled, required int importance, required List<
ChannelSettings> channelSettings}) - AndroidNotificationSettings.fromMap(Map map)
-
factory
Properties
- areNotificationsEnabled ↔ bool
-
getter/setter pair
-
channelSettings
↔ List<
ChannelSettings> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- importance ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? areNotificationsEnabled, int? importance, List< ChannelSettings> ? channelSettings}) → AndroidNotificationSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override