hasErrors property

bool get hasErrors

Returns true if the current testUI has errors.

Implementation

bool get hasErrors => _errors.isNotEmpty;