mergeHunks property

List<MergeHunk>? mergeHunks
final

A list of hunks that contain the differences between files or lines causing the conflict.

Implementation

final List<MergeHunk>? mergeHunks;