Conflict class

Information about conflicts in a merge operation.

Constructors

Conflict({ConflictMetadata? conflictMetadata, List<MergeHunk>? mergeHunks})
Conflict.fromJson(Map<String, dynamic> json)
factory

Properties

conflictMetadata ConflictMetadata?
Metadata about a conflict in a merge operation.
final
hashCode int
The hash code for this object.
no setterinherited
mergeHunks List<MergeHunk>?
A list of hunks that contain the differences between files or lines causing the conflict.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited