I have a Flutter app in which several separate collections have to be created using the same exact model. Since Realm SDK for Dart/Flutter does not support extending model classes how else can I achieve this?
I have a Flutter app in which several separate collections have to be created using the same exact model. Since Realm SDK for Dart/Flutter does not support extending model classes how else can I achieve this?