MapDiff<K, V> constructor

const MapDiff<K, V>(
  1. MapDiffArguments<K, V> args,
  2. MapDiffType type,
  3. K key,
  4. V? value,
  5. V? oldValue,
)

Implementation

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