RuleMatch constructor

RuleMatch({
  1. required CSSRule rule,
  2. required List<int> matchingSelectors,
})

Implementation

RuleMatch({required this.rule, required this.matchingSelectors});