map/deep_equality_utils library
Deep equality for nested maps and lists.
Tree-shakeable: import only this file if you need deep equality.
Functions
-
deepEquals(
Object? a, Object? b) → bool - Deep equality: compares maps and lists recursively; primitives by value.