Conflict constructor

Conflict({
  1. ConflictMetadata? conflictMetadata,
  2. List<MergeHunk>? mergeHunks,
})

Implementation

Conflict({
  this.conflictMetadata,
  this.mergeHunks,
});