MyersDiff<E> class

Constructors

MyersDiff()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

cq ↔ ItemDiffUtil?
getter/setter pair
eq ↔ ItemDiffUtil?
getter/setter pair
isolateThreshold int
getter/setter pair

Static Methods

diff<E>(List<E> newList, List<E> oldList, {ItemDiffUtil<E>? areItemsTheSame, bool? spawnIsolate}) Future<List<Diff>>
withCallback<E>(DiffCallback<E?> cb, {bool? spawnIsolate}) Future<List<Diff>>