$errors property

List<ValidationError> get $errors
override

Implementation

List<ValidationError> get $errors {
  return _validationErrors;
}