ArgsForIos class

Constructors

ArgsForIos({InterruptionLevel interruptionLevel = InterruptionLevel.passive, bool useDefaultSound = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
interruptionLevel InterruptionLevel
The interruption level that indicates the priority and delivery timing of a notification.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useDefaultSound bool
Specifies whether the default notification sound should be used.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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