AudioDeviceInfo class
Represents information about an audio output device
Constructors
- AudioDeviceInfo({required String type, required String name})
-
const
- AudioDeviceInfo.fromMap(Map map)
-
Creates an AudioDeviceInfo from a platform channel map
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, String> - Converts this AudioDeviceInfo to a map for platform channels
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override