hasErrors method

bool hasErrors()
inherited

The field contains errors Присутствуют ошибки

Implementation

bool hasErrors() {
  return this.errors.length > 0 || this._serverErrors.length > 0;
}