clear method

void clear()

Clear the value of the field

Implementation

void clear() {
  value = null;
  _getFieldStateActions()?.clear();
}