lazyField

inline fun <T> lazyField(fieldName: String? = null): LazyField<Any>

A lazy field delegate designed to improve the performance in field reflection.

Parameters

fieldName

The name of the field.