DeviceId class
A high level abstract identifier for an audio input/output device.
- Annotations
-
- @Freezed(toJson: false, fromJson: false)
Constructors
- DeviceId(String id)
-
constfactory
- DeviceId.fromJson(String value)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited