reset method

void reset()

Destroys the active internal state natively, wiping the object entirely.

Implementation

void reset() {
  _value = null;
  _hasValue = false;
}