objectClassName property

String objectClassName

Class name of objects the Subscription refers to.

If your types are remapped using MapTo, the value returned will be the mapped-to value - i.e. the one that Realm uses internally rather than the name of the generated Dart class.

Implementation

String get objectClassName => realmCore.subscriptionObjectClassName(this);