NegationSelector constructor

NegationSelector(
  1. SimpleSelector? negationArg,
  2. SourceSpan? span
)

Implementation

NegationSelector(this.negationArg, SourceSpan? span)
    : super(Negation(span), span);