isNullable

abstract val isNullable: Boolean

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. For all other property types it will always be false.