hasConflicts property

bool get hasConflicts

Whether the merge completed without conflicts.

Implementation

bool get hasConflicts => conflicts.isNotEmpty;