Realm in Flutter : I want to define object or any type in field of realmmodel. Can do it?


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 ?

A place to start RealmValue class - realm library - Dart API

Thank you so much.
I have another question.

in line 42 - 50
have you idea refactor logic or have a altenative way when type it more

Thank you in advance