hasViolations property
bool
get
hasViolations
Whether the project has any threshold violations.
Implementation
bool get hasViolations => violations.isNotEmpty;
Whether the project has any threshold violations.
bool get hasViolations => violations.isNotEmpty;