felangel / equatable

A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.

Home Page:https://pub.dev/packages/equatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Same hashcode for different new lists

iamafzalhassan opened this issue · comments

Same hashcode for different new lists

I created two objects ObjectA and ObjectB and assign new lists for both objects. Lists produce different hashcodes. But assigning it to ObjectA and ObjectB gives the same hashcode what's wrong with it?