Checks if key exists in the current configuration.
key
@override bool hasKey(String key) { return _config.containsKey(key); }