AudioMasterState constructor
AudioMasterState({})
Implementation
AudioMasterState({
this.index = 0,
this.gain = 0,
this.balance = 0,
this.mute = false,
this.solo = false,
this.faderGain = 0,
this.faderMute = false,
});