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