isFieldTouched method

bool isFieldTouched(
  1. String name
)

Implementation

bool isFieldTouched(String name) {
  return _isTouched.contains(name);
}