Returns the value of key, or '' if missing.
key
''
String getenv(String key) => lookupEnv(key).value ?? '';