menu
collection_diff_worker package
documentation
diff_isolate_extensions.dart
MapDiffContext<K, V>
MapDiffContext const constructor
MapDiffContext const constructor
dark_mode
light_mode
MapDiffContext<
K
,
V
>
constructor
const
MapDiffContext<
K
,
V
>
(
MapDiffAlgorithm
algorithm
,
MapDiffArguments
<
K
,
V
>
arguments
, {
String
?
debugName
,
bool
isTimed
=
false
,
})
Implementation
const MapDiffContext(this.algorithm, this.arguments, {this.debugName, this.isTimed = false});
collection_diff_worker package
documentation
diff_isolate_extensions
MapDiffContext<K, V>
MapDiffContext const constructor
MapDiffContext class