Lazy Property
fun <T> LazyProperty(spec: Spec, thunk: (config: ItemContainer) -> T, name: String? = null, description: String = "", nullable: Boolean = false)
Content copied to clipboard
Sources
jvm source
Link copied to clipboard