clearErrors method

void clearErrors()

Clears only errors

Implementation

void clearErrors() {
  _errors.clear();
}