ConfigParams constructor

ConfigParams([
  1. dynamic values
])

Creates a new ConfigParams and fills it with values.

  • values (optional) an object to be converted into key-value pairs to initialize this config map.

See StringValueMap.constructor

Implementation

ConfigParams([values]) : super(values);