hasViolations property

bool get hasViolations

Whether the project has any threshold violations.

Implementation

bool get hasViolations => violations.isNotEmpty;