hasBlockingIssues property

bool get hasBlockingIssues

Whether any unsupported object prevented a faithful declaration.

Implementation

bool get hasBlockingIssues => issues.any((i) => i.blocking);