builder static method

PathHelper builder(
  1. String startPath
)

Implementation

static PathHelper builder(String startPath) {
  return PathHelper(pth: startPath);
}