ConfigStore.hasKey
bool hasKey(string key) const @safeCheck if a key exists in the configuration.
Parameters
key | The key to check |
Returns
true if the key exists and is not null.
bool hasKey(string key) const @safeCheck if a key exists in the configuration.
key | The key to check |