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