ConflictResolution class
If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when resolving conflicts during a merge.
Constructors
-
ConflictResolution({List<
DeleteFileEntry> ? deleteFiles, List<ReplaceContentEntry> ? replaceContents, List<SetFileModeEntry> ? setFileModes})
Properties
-
deleteFiles
→ List<
DeleteFileEntry> ? -
Files to be deleted as part of the merge conflict resolution.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
replaceContents
→ List<
ReplaceContentEntry> ? -
Files to have content replaced as part of the merge conflict resolution.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
setFileModes
→ List<
SetFileModeEntry> ? -
File modes that are set as part of the merge conflict resolution.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited