ThemeLinuxSound class
Represents a system theme sound. See https://www.freedesktop.org/wiki/Specifications/sound-theme-spec/ for more help.
- Inheritance
-
- Object
- LinuxNotificationSound
- ThemeLinuxSound
Constructors
- ThemeLinuxSound(String name)
- Constructs an instance of ThemeLinuxSound.
Properties
- content → Object
-
Implementation-defined sound content.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
A themeable named sound from the
freedesktop.org sound naming specification http://0pointer.de/public/sound-naming-spec.html
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → LinuxSoundType
-
Defines the type of 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