Update<T extends Object> class
sealed
The change, or lack of change, of a value between a source and target list.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexInSource → int
-
The index of this update in the source list.
final
- indexInTarget → int
-
The index of this update in the target list.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → T
-
The value that is part of this update.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this Update,
generally containing a prefix to indicate the type of update.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited