resetForm method

void resetForm()

Implementation

void resetForm() {
  mutableValues.forEach((pmv) => pmv.resetValue());
}