hasIssues property
bool
get
hasIssues
Whether this file has any issues.
Implementation
bool get hasIssues =>
missingKeys.isNotEmpty ||
extraKeys.isNotEmpty ||
placeholderIssues.isNotEmpty;
Whether this file has any issues.
bool get hasIssues =>
missingKeys.isNotEmpty ||
extraKeys.isNotEmpty ||
placeholderIssues.isNotEmpty;