getValue abstract method

V getValue(
  1. T thisRef,
  2. KProperty<Any> property
)

Returns the value of the property for the given object.

Implementation

V getValue(
  T thisRef,
  KProperty<Any> property,
);