<@U0B9ASX7F>: as far as I can see, ParseObject.get...
# android
k
@bodo: as far as I can see, ParseObject.get(String) returns an object of type Object/Any. If you're sure that the result is of type T, then cast it to T:
thisRef.get(property.name) as T