AudioDevice constructor

const AudioDevice(
  1. String name,
  2. String description
)

AudioDevice

Represents an audio device which may be used for output in Player.

Implementation

const AudioDevice(
  this.name,
  this.description,
);