reset method

void reset()

Resets the atom to its initial value.

Implementation

void reset() {
  value = _initialValue;
}