bool hasEnv(String key) { final envKey = '$_envVarPrefix$key'; return environment.containsKey(envKey); }