AudioDevices constructor
Creates an instance of AudioDevices.
The constructor allows you to initialize the id, type, and name of the audio device.
Implementation
AudioDevices({
this.id,
this.type,
this.name,
});
Creates an instance of AudioDevices.
The constructor allows you to initialize the id, type, and name of the audio device.
AudioDevices({
this.id,
this.type,
this.name,
});