fun hasDefault(key: String): Boolean
Check if a key has a default provided by this schema.
key - A configuration key (e.g. "server.address.hostname").
key
"server.address.hostname"
Return true if this schema provides a default value for the key.
true