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