getValue abstract method

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

Returns the value of the property for the given object.

Implementation

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