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