markAsTouched method

void markAsTouched()

Mark as touched

Implementation

void markAsTouched() {
  _touched = true;
  validate();
}