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
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