MapDiff<K, V>.unset constructor

const MapDiff<K, V>.unset(
  1. MapDiffArguments<K, V> args,
  2. K key,
  3. V? oldValue
)

Implementation

const MapDiff.unset(this.args, this.key, this.oldValue)
    : type = MapDiffType.unset,
      value = null,
      assert(key != null);