RealmSchema

interface RealmSchema

A schema that describes the object model of the underlying realm.

Properties

Link copied to clipboard

Collection of the RealmClasses of the schema.

Functions

Link copied to clipboard
abstract operator fun get(className: String): RealmClass?

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