reset method

void reset()

Reset validation

Implementation

void reset() {
  _isValid = true;
}