AudioAtom constructor
AudioAtom({
- List<
AudioChannel> ? channels, - String? key,
Implementation
AudioAtom({
this.channels,
this.key,
});
AudioAtom({
this.channels,
this.key,
});