reset method

void reset()

Resets this field to its initial state.

Implementation

void reset() {
  setValue(initialValue);
}