RealmProperty

interface RealmProperty

A RealmProperty describes the properties of a class property in the object model.

Properties

Link copied to clipboard
abstract val isNullable: Boolean

Returns whether or not the property is allowed to be null in the corresponding RealmObject

Link copied to clipboard
abstract val name: String

Returns the persisted name of the property in the object model.

Link copied to clipboard
abstract val type: RealmPropertyType

Returns the type of the property in the object model.