exclude method Null safety

ConfigParams exclude(
  1. ConfigParams options,
  2. List<String>? keys
)

Excludes specified keys from the config parameters.

  • options configuration parameters to be processed.
  • keys a list of keys to be included. return a processed config parameters.