currentWorkingDirectory property
String
get
currentWorkingDirectory
Implementation
static String get currentWorkingDirectory {
return cwd ?? Directory.current.path;
}
static String get currentWorkingDirectory {
return cwd ?? Directory.current.path;
}