accessGet

inline suspend fun <R> KProperty0<R>.accessGet(): R
inline suspend fun <T : Any, R> KProperty1<T, R>.accessGet(obj: T): R

See also