reset method

void reset()

Resets the lazy validator.

Implementation

void reset() {
  _instance = null;
}