args property

  1. @override
List<String> get args
override

The arguments for the command.

Implementation

@override
List<String> get args => [
  projectName,
  '--template=$template',
  if (shouldForce) '--force',
  shouldRunPubGet ? '--pub' : '--no-pub',
];