setPath method

dynamic setPath(
  1. dynamic path
)

Implementation

setPath(path) {
  this.path = path;
  return this;
}