MergeContext class

Constructors

MergeContext({required Map<KdbxUuid, KdbxObject> objectIndex, required Map<KdbxUuid?, KdbxDeletedObject> deletedObjects})

Properties

changes List<MergeChange>
final
deletedObjects Map<KdbxUuid?, KdbxDeletedObject>
final
hashCode int
The hash code for this object.
no setterinherited
merged Map<KdbxUuid, KdbxObject>
final
objectIndex Map<KdbxUuid, KdbxObject>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<MergeWarning>
final

Methods

debugChanges() String
debugSummary() String
markAsMerged(KdbxObject object) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
totalChanges() int
trackChange(KdbxNode? object, {String? node, String? debug}) → void
trackWarning(String warning) → void

Operators

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