public native getValue(target as Object) as Object
Returns the current value of the property on the given target object.
Non-public properties require accessible = true.
Current boxed value of the property.
prop = type(obj).properties[0u] prop.accessible = true print(prop.getValue(obj))