gqlAsyncDeepEquals top-level property
The async equality function used for comparing cached and new data during asynchronous operations like rebroadcast checks.
Can be provided via the constructor for custom or isolate-based comparison logic.
Implementation
AsyncDeepEqualsFn gqlAsyncDeepEquals =
(dynamic a, dynamic b) async => gqlDeepEquals(a, b);