ObsSourcesCommand constructor Null safety

ObsSourcesCommand()

Implementation

ObsSourcesCommand() {
  addSubcommand(ObsGetMediaSourcesListSourcesCommand());
  addSubcommand(ObsGetSourcesListSourcesCommand());
  addSubcommand(ObsGetSourceActiveSourcesCommand());
  addSubcommand(ObsGetAudioActiveSourcesCommand());
  addSubcommand(ObsTakeSourceScreenshotSourcesCommand());
  addSubcommand(ObsRefreshBrowserSourceSourcesCommand());
}