rootDir property
String
get
rootDir
Gets the normalized active root directory for the command
Implementation
String get rootDir => Utils.getFinalDir(argResults!['root']);
Gets the normalized active root directory for the command
String get rootDir => Utils.getFinalDir(argResults!['root']);