hasIssues property

bool get hasIssues

Whether this file has any issues.

Implementation

bool get hasIssues =>
    missingKeys.isNotEmpty ||
    extraKeys.isNotEmpty ||
    placeholderIssues.isNotEmpty;