getValueList

inline fun <T : Any> DynamicRealmObject.getValueList(fieldName: String): RealmList<T>

Returns the list referenced by the property name as a RealmList.

Reified convenience wrapper of DynamicRealmObject.getValueList.