save method

void save()

Calls the EasyFormField's onSaved method with the current value.

Implementation

void save() {
  widget.onSaved?.call(value);
}