RealmProperty

interface RealmProperty

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

Properties

isNullable
Link copied to clipboard
abstract val isNullable: Boolean
Returns whether or not the property is allowed to be null in the corresponding RealmObjectFor ValuePropertyType this will be the same as RealmPropertyType.isNullable.
name
Link copied to clipboard
abstract val name: String
Returns the name of the property in the object model.
type
Link copied to clipboard
abstract val type: RealmPropertyType
Returns the type of the property in the object model.