SelectorContext<T> constructor

SelectorContext<T>(
  1. CssSelector selector,
  2. T cbContext,
  3. SelectorListContext? listContext
)

Implementation

SelectorContext(this.selector, this.cbContext, this.listContext) {
  notSelectors = selector.notSelectors;
}