pwd top-level property
String
get
pwd
Returns the current working directory.
print(pwd);
See join
Implementation
String get pwd => _PWD().pwd;
Returns the current working directory.
print(pwd);
See join
String get pwd => _PWD().pwd;