ListDiffArguments<E> class

Inheritance
Available Extensions

Constructors

ListDiffArguments(List<E> original, List<E> replacement, DiffEquality? equals, {String? id, String? debugName})
ListDiffArguments.copied(Iterable<E> original, Iterable<E> replacement, DiffEquality diffEquality, {String? id, String? debugName})
ListDiffArguments.empty([String? id, String? debugName])

Properties

debugName String?
final
diffEquality DiffEquality
finalinherited
hashCode int
The hash code for this object.
no setteroverride
id String
final
original List<E>
final
replacement List<E>
final
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
withId(String id) ListDiffArguments<E>

Operators

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