Insert<T extends Object> class
final
A value that is added in the target list.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexInSource → int
-
The index of this update in the source list.
finalinherited
- indexInTarget → int
-
The index of this update in the target list.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → T
-
The value that is part of this update.
finalinherited
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