ObsGetAudioActiveSourcesCommand constructor Null safety

ObsGetAudioActiveSourcesCommand()

Implementation

ObsGetAudioActiveSourcesCommand() {
  argParser.addOption('source-name',
      mandatory: true, valueHelp: 'string', help: 'Source name.');
}