How to test equality between http Request objects – Flutter
I want to test equality between these two request objects but I can not figure out how to implement the hash and equality operator on a third-party package for example http package. How can I use equatable package on the…