orThrow

inline suspend fun <R> KProperty0<R>.orThrow(): R

See also


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