AppleNotificationSound class
Represents the sound property for AppleNotification
Constructors
- AppleNotificationSound({bool critical = false, String? name, num volume = 0})
-
const
-
AppleNotificationSound.fromMap(Map<
String, dynamic> map) -
Constructs an AppleNotificationSound from a raw Map.
factory
Properties
- critical → bool
-
Whether or not the notification sound was critical.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The resource name of the sound played.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- volume → num
-
The volume of the sound.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Returns the AppleNotificationSound as a raw Map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited