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