clear method
void
clear()
Clear the value of the field
Implementation
void clear() {
value = null;
_getFieldStateActions()?.clear();
}
Clear the value of the field
void clear() {
value = null;
_getFieldStateActions()?.clear();
}