provide Delegate
operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): EnvironmentVariable<String>(source)
Shortcut to make API usable like this
class Config : EConfig("prefix") {
val PORT by this
}Content copied to clipboard