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