CompareListsOfObjectResult<T> class

The result of comparing two lists of objects.

Constructors

CompareListsOfObjectResult.new({required List<T> added, required List<T> removed, required List<T> updated})
Creates a new instance of CompareListsOfObjectResult.

Properties

added List<T>
final
hashCode int
The hash code for this object.
no setterinherited
removed List<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated List<T>
final

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