RuleConfig constructor
const
RuleConfig({
- List<
String> excludePatterns = const [], - Map<
String, RuleSettings> ruleSettings = const {}, - MetricsThresholds metrics = const MetricsThresholds(),
Implementation
const RuleConfig({
this.excludePatterns = const [],
this.ruleSettings = const {},
this.metrics = const MetricsThresholds(),
});