MapDiffContext<K, V> constructor

const MapDiffContext<K, V>(
  1. MapDiffAlgorithm algorithm,
  2. MapDiffArguments<K, V> arguments, {
  3. String? debugName,
  4. bool isTimed = false,
})

Implementation

const MapDiffContext(this.algorithm, this.arguments,
    {this.debugName, this.isTimed = false});