SystemEnvVariable
class SystemEnvVariable @JvmOverloads constructor(name: String, defaultValue: Serializable? = null) : DependentVariable<Serializable> (source)
A variable that retrieves its value from a system environment variable.
Parameters
name
the name of the environment variable
defaultValue
the default value to return if the environment variable is not set