Map Property Type
data class MapPropertyType(storageType: RealmStorageType, isNullable: Boolean) : RealmPropertyType
Content copied to clipboard
A RealmPropertyType describing map properties like RealmDictionary.
Constructors
MapPropertyType
Link copied to clipboard
fun MapPropertyType(storageType: RealmStorageType, isNullable: Boolean = false)
Content copied to clipboard