hasConflicts property
bool
get
hasConflicts
Whether the merge completed without conflicts.
Implementation
bool get hasConflicts => conflicts.isNotEmpty;
Whether the merge completed without conflicts.
bool get hasConflicts => conflicts.isNotEmpty;