Conflict constructor
Conflict({
- ConflictMetadata? conflictMetadata,
- List<
MergeHunk> ? mergeHunks,
Implementation
Conflict({
this.conflictMetadata,
this.mergeHunks,
});