RuleConfig constructor

const RuleConfig({
  1. List<String> excludePatterns = const [],
  2. Map<String, RuleSettings> ruleSettings = const {},
  3. MetricsThresholds metrics = const MetricsThresholds(),
})

Implementation

const RuleConfig({
  this.excludePatterns = const [],
  this.ruleSettings = const {},
  this.metrics = const MetricsThresholds(),
});