Check if a feature has an env override.
bool hasEnvOverride(String feature) { return _envOverrides.containsKey(feature); }