I have Class A contains List of Class B that contains List of Class C so how I would achieve this in ObjectBox ? how do I store it?
in the pic below you can see that I have BasicInfo Class Contains Data class and so on....
I put @Entinty annotation on BasicInfo class and after generating the models class D doesn't show up in the
objectbox.g.dart file as it's on of BasicInfo properties
ModelEntity(
id: const IdUid(1, 3501283007979667013),
name: 'BasicInfo',
lastPropertyId: const IdUid(1, 2073579066569957521),
flags: 0,
properties: <ModelProperty>[
ModelProperty(
id: const IdUid(1, 2073579066569957521),
name: 'id',
type: 6,
flags: 1)
],
relations: <ModelRelation>[],
backlinks: <ModelBacklink>[])
