targetDir property

String targetDir

Get the target directory from the target arg, or rootDir if not present.

Implementation

String get targetDir => args.containsKey('target') ? args['target'] : rootDir;