getValueDictionary

inline fun <T : Any> DynamicRealmObject.getValueDictionary(fieldName: String): RealmDictionary<T>

Returns the set referenced by the property name as a RealmDictionary.

Reified convenience wrapper of DynamicRealmObject.getValueSet.