ListDiff<E> class abstract

Implemented types
Implementers
Available Extensions

Constructors

ListDiff(ListDiffArguments<E> args, int? index, int size)
const

Properties

args ListDiffArguments<E>
final
hashCode int
The hash code for this object.
no setterinherited
index int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
type ListDiffType
no setter

Methods

compareTo(ListDiff other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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