hasConflicts property
bool
get
hasConflicts
Whether there are conflicts.
Implementation
bool get hasConflicts => conflictCount > 0;
Whether there are conflicts.
bool get hasConflicts => conflictCount > 0;