You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Override the == operator and the method hashCode such that two Card objects are equal if all their fields are equal (see package equatable). That way the original object and the de-serialized object are equal.
The text was updated successfully, but these errors were encountered:
This enhancement request is related to this question on stackoverflow.
toJson()
or a gettertoJson
:Card.fromJson
:== operator
and the methodhashCode
such that twoCard
objects are equal if all their fields are equal (see packageequatable
). That way the original object and the de-serialized object are equal.The text was updated successfully, but these errors were encountered: