RealmProperty
interface RealmProperty
Content copied to clipboard
A RealmProperty describes the properties of a class property in the object model.
Properties
isNullable
Link copied to clipboard
Returns whether or not the property is allowed to be null in the corresponding
RealmObject
For ValuePropertyType this will be the same as RealmPropertyType.isNullable.type
Link copied to clipboard