MapChange<K, V> constructor

MapChange<K, V>(
  1. MapEntry<K, V>? entry,
  2. MapOp op
)

Implementation

MapChange(this.entry, this.op);