get Value Dictionary
inline fun <T : Any> DynamicRealmObject.getValueDictionary(fieldName: String): RealmDictionary<T>
Content copied to clipboard
Returns the set referenced by the property name as a RealmDictionary.
Reified convenience wrapper of DynamicRealmObject.getValueSet.