CreateCommand constructor
CreateCommand()
Implementation
CreateCommand() {
argParser.addOption(
'name',
abbr: 'n',
help: 'The name of the Flutter project to generate.',
);
}
CreateCommand() {
argParser.addOption(
'name',
abbr: 'n',
help: 'The name of the Flutter project to generate.',
);
}