SettingsSchema.hasKey
bool hasKey(string name) nothrowChecks if schema has a key named name.
Parameters
name | the name of a key |
Returns
true if such a key exists
bool hasKey(string name) nothrowChecks if schema has a key named name.
name | the name of a key |