NotSelector constructor
NotSelector({
- Selector? selector,
Implementation
factory NotSelector({
Selector? selector,
}) {
final result = create();
if (selector != null) result.selector = selector;
return result;
}