The Path.setHidden() method either hides or unhides the path depending on the value you pass it.
Path.setHidden()
Path path.setHidden(bool hidden = false)
This method is chainable as it returns the Path object
Path