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
Some of my model holds mutable data and I need custom equality so I am using EquatableMixin on it but it seems that the mixin is marked immutable so the analyzer now shows a warning that my class is not immutable. Is there a way around this?
The text was updated successfully, but these errors were encountered:
Some of my model holds mutable data and I need custom equality so I am using
EquatableMixin
on it but it seems that the mixin is marked immutable so the analyzer now shows a warning that my class is not immutable. Is there a way around this?The text was updated successfully, but these errors were encountered: