MapDiff<K, V>.change constructor
const
MapDiff<K, V>.change (
- MapDiffArguments<
K, V> args, - K key,
- V? value,
- V? oldValue,
Implementation
const MapDiff.change(this.args, this.key, this.value, this.oldValue)
: type = MapDiffType.change,
assert(key != null);