RawResourceAndroidNotificationSound class

Represents a raw resource belonging to the Android application that should be used for the notification sound.

These resources would be found in the res/raw directory of the Android application

Implemented types

Constructors

RawResourceAndroidNotificationSound(String? _sound)
Constructs an instance of RawResourceAndroidNotificationSound.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound String
The name of the raw resource for the notification sound.
no setteroverride

Methods

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