setPath method

void setPath(
  1. String path
)

Implementation

void setPath(String path) {
  _derivedPath = path;
}