AudioOutputDevice constructor
const
AudioOutputDevice({
- required String id,
- required String name,
- required AudioOutputType type,
- bool isSelected = false,
Implementation
const AudioOutputDevice({
required this.id,
required this.name,
required this.type,
this.isSelected = false,
});