Realm Kotlin SDK
/
io.realm.kotlin.schema
/
ListPropertyType
List
Property
Type
data class
ListPropertyType
(storageType:
RealmStorageType
, isNullable:
Boolean
) :
RealmPropertyType
Content copied to clipboard
Properties
Properties
isNullable
Link copied to clipboard
open override val
isNullable
:
Boolean
= false
Content copied to clipboard
Indicates whether the storage element can be
null
.
storageType
Link copied to clipboard
open override val
storageType
:
RealmStorageType
Content copied to clipboard
The type that is used when storing the property values in the realm.