-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[firestore_serialize] getters can't be ignored #40
Comments
This seems to be fixed in my fork of it. However, I don't know if this was because of this library or because I updated all the dependencies. I replaced displayName (deprecated) with element.name, which might differentiate between getters and normal variables automatically. EDIT: Nevermind, getters are still detected as regular variables, but they only apply to the |
Please create a pull request |
Like I said, the test case has been broken by it and this issue is untouched. Should I still make the PR? |
Yes, we can still work on it the PR until it‘s merged |
Example code:
hashCode still makes it into the serialized map :(
Workaround:
The text was updated successfully, but these errors were encountered: