orNull

inline suspend fun <R> KProperty0<R>.orNull(): R?

See also


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