ListDiff<T> class abstract

Describes the difference of two lists.

Constructors

ListDiff.compare(List<T> prev, List<T> curr)
factory
ListDiff.fromObservable(List<ListChangeRecord> event)
factory

Properties

deleted List<DiffEntry<T>>?
The deleted entries.
no setter
entries List<DiffEntry<T>>?
The entries in the current list.
no setter
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