hasWarnings method

bool hasWarnings()
inherited

The field contains warnings messages Присутствуют сообщения с типом "Внимание"

Implementation

bool hasWarnings() {
  return this.warnings.length > 0;
}