ComplexSelectorComponent constructor
ComplexSelectorComponent(
- CompoundSelector selector,
- Iterable<
CssValue< combinators,Combinator> > - FileSpan span
Implementation
ComplexSelectorComponent(
this.selector,
Iterable<CssValue<Combinator>> combinators,
this.span,
) : combinators = List.unmodifiable(combinators);