Eq instance to compare IORefs using pointer equality
final ioRefEq = Eq.instance<IORef<Object?>>(identical);