ListChangeNotification<E> class

Change in an ObsList.

Constructors

ListChangeNotification(E element, OperationKind op, int pos)
Returns notification with op operation.
ListChangeNotification.added(E element, int pos)
Returns notification with OperationKind.added operation.
ListChangeNotification.removed(E element, int pos)
Returns notification with OperationKind.removed operation.
ListChangeNotification.updated(E element, int pos)
Returns notification with OperationKind.updated operation.

Properties

element → E
Element being changed.
final
hashCode int
The hash code for this object.
no setterinherited
op OperationKind
Operation causing the element to change.
final
pos int
Position of the changed element.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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