directoryPath property
String
get
directoryPath
The path of the directory to be created.
Implementation
String get directoryPath => _wrapped.directoryPath;
set
directoryPath
(String v)
Implementation
set directoryPath(String v) {
_wrapped.directoryPath = v;
}