ListChangeNotification<E>.removed constructor
- E element,
- int pos
Returns notification with OperationKind.removed operation.
Implementation
ListChangeNotification.removed(this.element, this.pos)
: op = OperationKind.removed;