NegationSelector constructor
NegationSelector(
- SimpleSelector? negationArg,
- SourceSpan? span
Implementation
NegationSelector(this.negationArg, SourceSpan? span)
: super(Negation(span), span);