valueOrNull abstract method
Returns the value for the given key, or null
if the key is not found
or has no value.
Resolution may depend on the value of other options, accessed via cfg
.
Implementation
Object? valueOrNull(final String key, final Configuration<O> cfg);