Checks whether an environment variable exists in the runtime store for key.
key
Alias for contains.
static bool has(String key) => contains(key);