AudioDevice class

연결된 오디오 장치의 정보를 담는 불변(immutable) 데이터 클래스입니다.

Annotations

Constructors

AudioDevice({required String name, required AudioProtocol protocol, String? address, required bool isConnected})
const
AudioDevice.fromMap(Map<String, dynamic> map)
factory

Properties

address String?
final
hashCode int
The hash code for this object.
no setteroverride
isConnected bool
final
name String
final
protocol AudioProtocol
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override