directoryPath property

String get directoryPath

The path of the directory which contents are requested.

Implementation

String get directoryPath => _wrapped.directoryPath;
set directoryPath (String v)

Implementation

set directoryPath(String v) {
  _wrapped.directoryPath = v;
}