clearValidation method

void clearValidation()

Implementation

void clearValidation() {
  _validationErrors = [];
}