AudioDevice enum Null safety
Constants
- airPlay → const AudioDevice
-
const AudioDevice(5)
- blueTooth → const AudioDevice
-
const AudioDevice(3)
- blueToothA2DP → const AudioDevice
-
const AudioDevice(4)
- earPiece → const AudioDevice
-
const AudioDevice(2)
- headset → const AudioDevice
-
const AudioDevice(1)
- speaker → const AudioDevice
-
const AudioDevice(0)
-
values
→ const List<
AudioDevice> -
A constant List of the values in this enum, in order of their declaration.
const List<
AudioDevice>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited