reset method

void reset()

Resets the field to its initial value.

Implementation

void reset() {
  resetValue();
  EasyForm.maybeOf(context)?._fieldDidChange(this);
}