VisionSafeSearchCommand constructor Null safety
Implementation
VisionSafeSearchCommand() {
argParser.addOption('image-file',
mandatory: true,
valueHelp: 'image file path',
help: 'The path to the file that will be processed.');
}
VisionSafeSearchCommand() {
argParser.addOption('image-file',
mandatory: true,
valueHelp: 'image file path',
help: 'The path to the file that will be processed.');
}