hasIssues property
bool
get
hasIssues
Whether any files failed to load.
Implementation
bool get hasIssues => issues.isNotEmpty;
Whether any files failed to load.
bool get hasIssues => issues.isNotEmpty;