How can I create two different collection with same model in Dart Realm SDK?

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?