MergeOperations class

Information about the file operation conflicts in a merge operation.

Constructors

MergeOperations({ChangeTypeEnum? destination, ChangeTypeEnum? source})
MergeOperations.fromJson(Map<String, dynamic> json)
factory

Properties

destination ChangeTypeEnum?
The operation on a file in the destination of a merge or pull request.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source ChangeTypeEnum?
The operation (add, modify, or delete) on a file in the source of a merge or pull request.
final

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