getNullableValue

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

Returns the value of a specific nullable value property.

Reified convenience wrapper of DynamicRealmObject.getNullableValue.