Nullable
Using extract<T?> is the better way than Config.hasPath().
extract<T?> returns T when the path exists and null when it does not exist.
Using extract<T?> is the better way than Config.hasPath().
extract<T?> returns T when the path exists and null when it does not exist.