AudioAtom constructor

AudioAtom({
  1. List<AudioChannel>? channels,
  2. String? key,
})

Implementation

AudioAtom({
  this.channels,
  this.key,
});