MapDiffArguments<K, V> class
Constructors
-
MapDiffArguments(Map<K, V> original, Map<K, V> replacement, {bool? checkValues, DiffEquality? keyEquality, DiffEquality? valueEquality, String? debugName, String? id})
-
-
MapDiffArguments.copied(Map<K, V> original, Map<K, V> replacement, {String? debugName, String? id, bool checkValues = true, DiffEquality? keyEquality, DiffEquality? valueEquality})
-
Performs a defensive copy of the input maps in case they are not safe for crossing isolate boundaries
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited