hide method

dynamic hide()

Hide the field

Implementation

hide() {
  hidden = true;
}