ComplexSelectorComponent constructor

ComplexSelectorComponent(
  1. CompoundSelector selector,
  2. Iterable<CssValue<Combinator>> combinators,
  3. FileSpan span
)

Implementation

ComplexSelectorComponent(
  this.selector,
  Iterable<CssValue<Combinator>> combinators,
  this.span,
) : combinators = List.unmodifiable(combinators);