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