hide method

Tree hide(
  1. bool value
)

Implementation

Tree hide(bool value) {
  _hidden = value;
  return this;
}