getValue method

  1. @override
V getValue(
  1. Any? thisRef,
  2. KProperty<Any> property
)
override

Returns the value of the property for the given object.

Implementation

@override
external V getValue(
  Any? thisRef,
  KProperty<Any> property,
);