List Property Type
data class ListPropertyType(storageType: RealmStorageType, isNullable: Boolean, isComputed: Boolean) : RealmPropertyType
Content copied to clipboard
A RealmPropertyType describing list properties like RealmList or RealmResults.
Constructors
ListPropertyType
Link copied to clipboard
fun ListPropertyType(storageType: RealmStorageType, isNullable: Boolean = false, isComputed: Boolean)
Content copied to clipboard
Properties
isComputed
Link copied to clipboard
isNullable
Link copied to clipboard
storageType
Link copied to clipboard