getValue

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

Returns the value of a specific value property.

Reified convenience wrapper of DynamicRealmObject.getValue.