MapChangeNotification<K, V>.removed constructor
- K? key,
- V? value
Returns notification with OperationKind.removed operation.
Implementation
MapChangeNotification.removed(this.key, this.value)
: op = OperationKind.removed,
oldKey = null;