hole method

Path hole(
  1. Path dig
)

Implementation

Path hole(Path dig) {
  return _pathHole(this, dig);
}