ListMovement<T extends OrdereableModel> class

Records a movement of an OrdereableModel.

Constructors

ListMovement(T moved, int to)
Records a movement of an OrdereableModel

Properties

hashCode int
The hash code for this object.
no setterinherited
moved → T
The OrdereableModel that was moved.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to int
The location in the list that moved was moved to.
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