getValueList
inline fun <T : Any> DynamicRealmObject.getValueList(fieldName: String): RealmList<T>
Content copied to clipboard
Returns the list referenced by the property name as a RealmList.
Reified convenience wrapper of DynamicRealmObject.getValueList.