menu
puppeteer package
documentation
protocol/css.dart
RuleMatch
RuleMatch constructor
RuleMatch constructor
dark_mode
light_mode
RuleMatch
constructor
RuleMatch
(
{
required
CSSRule
rule
,
required
List
<
int
>
matchingSelectors
,
})
Implementation
RuleMatch({required this.rule, required this.matchingSelectors});
puppeteer package
documentation
protocol/css
RuleMatch
RuleMatch constructor
RuleMatch class