hide method

void hide()

Hide the field

Implementation

void hide() {
  hidden = true;
}