dirPath property

String get dirPath

Implementation

String get dirPath {
  return $$context$$["dirPath"];
}
set dirPath (String value)

Implementation

set dirPath(String value) {
  $$context$$["dirPath"] = value;
}