valueOrNull abstract method

Object? valueOrNull(
  1. String key,
  2. Configuration<O> cfg
)

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);