SelectorContext<T> constructor
SelectorContext<T> (
- CssSelector selector,
- T cbContext,
- SelectorListContext? listContext
Implementation
SelectorContext(this.selector, this.cbContext, this.listContext) {
notSelectors = selector.notSelectors;
}