mergeConflict property

List<MergeConflict>? mergeConflict
getter/setter pair

The merge conflict after sync.

If this field is not empty, the sync is still treated as successful. But a version cannot be created until all conflicts are resolved.

Implementation

core.List<MergeConflict>? mergeConflict;