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
We are probably not going to support model classes as data classes as the data in Realm is inherently mutable, but we have talked about support projections, which represent a read-only view of the data. In that case, exposing it as immutable data classes would be natural. You can read more here: #947
Hi,
are there any plans to support data classes? Not being able to have immutable fields on RealmObjects is a big restrictions!
Thanks!
The text was updated successfully, but these errors were encountered: