ListPropertyType

data class ListPropertyType(storageType: RealmStorageType, isNullable: Boolean) : RealmPropertyType

Properties

isNullable
Link copied to clipboard
open override val isNullable: Boolean = false
Indicates whether the storage element can be null.
storageType
Link copied to clipboard
open override val storageType: RealmStorageType
The type that is used when storing the property values in the realm.