ConfigItem constructor

ConfigItem(
  1. ConfigKey configName,
  2. bool isEnabled,
  3. List<String>? exceptionList
)

Implementation

ConfigItem(this.configName, this.isEnabled, List<String>? exceptionList)
    : exceptionList = exceptionList ?? [];