reset method
Destroys the active internal state natively, wiping the object entirely.
Implementation
void reset() {
_value = null;
_hasValue = false;
}
Destroys the active internal state natively, wiping the object entirely.
void reset() {
_value = null;
_hasValue = false;
}