OnvifGetMetadataConfiguration1MediaCommand constructor Null safety
Implementation
OnvifGetMetadataConfiguration1MediaCommand() {
argParser.addOption('configuration-token',
abbr: 't',
valueHelp: 'string',
mandatory: true,
help: 'Token of the requested metadata configuration.');
}