hasBlockingIssues property
bool
get
hasBlockingIssues
Whether any unsupported object prevented a faithful declaration.
Implementation
bool get hasBlockingIssues => issues.any((i) => i.blocking);
Whether any unsupported object prevented a faithful declaration.
bool get hasBlockingIssues => issues.any((i) => i.blocking);