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