EnvDelegate

class EnvDelegate(key: String)

A delegate to access environment variables.

Constructors

Link copied to clipboard
constructor(key: String)

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): String?

Returns the value of the environment variable associated to this delegate.