LazyProperty

fun <T> LazyProperty(spec: Spec, thunk: (config: ItemContainer) -> T, name: String? = null, description: String = "", nullable: Boolean = false)

Sources

jvm source
Link copied to clipboard