Realm in Flutter : I want to define object or any type in field of realmmodel. Can do it ??
in line 31
late Object referredType; so Object is not a realm model type
i want to how to implement this
when has a object such as Catalog Category Product
We have the type RealmValue
that can hold many different realm types, but not a generic dart Object
. Would that be useful to you?
Have an example for me ?