CreateCommand constructor

CreateCommand()

Implementation

CreateCommand() {
  argParser.addOption(
    'org',
    abbr: 'o',
    defaultsTo: 'com.example',
    help: 'Organization identifier for the Flutter project.',
  );
}