getValueSet

inline fun <T : Any> DynamicRealmObject.getValueSet(fieldName: String): RealmSet<T>

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

Reified convenience wrapper of DynamicRealmObject.getValueSet.