NexusRemove<T> class
final
An element was removed from a list.
- Inheritance
-
- Object
- NexusChange<
T> - NexusRemove
Constructors
- NexusRemove(int index, T element)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited