get

abstract operator fun get(className: String): RealmClass?

Index operator to lookup a specific RealmClass from it's class name.

Return

the RealmClass with the given className or null if no such class exists.