getValue

open operator fun getValue(ref: Any, prop: KProperty<*>): T(source)

Get the value of the setting.

Return

The current value of the setting.

Parameters

ref

The reference to the container instance (unused).

prop

The property for which the value is requested (unused).