AudioDevices constructor

AudioDevices({
  1. String? id,
  2. String? type,
  3. String? name,
})

Implementation

AudioDevices({
  this.id,
  this.type,
  this.name,
});