ListChangeNotification<E>.updated constructor

ListChangeNotification<E>.updated(
  1. E element,
  2. int pos
)

Returns notification with OperationKind.updated operation.

Implementation

ListChangeNotification.updated(this.element, this.pos)
  : op = OperationKind.updated;