@Nullable fun getDefaultBoolean(key: String): Boolean? (source)
Get a default value from this configuration as a boolean.
key - A configuration key (e.g. "server.active").
InvalidConfigurationPropertyTypeException - If the default value is not a boolean.
Return
The value, or null if no default was available.