static bool deepEqual(Object? previous, Object? next) { return const DeepCollectionEquality.unordered().equals(previous, next); }