AttributeSelector constructor

AttributeSelector(
  1. Identifier name,
  2. int _op,
  3. dynamic value,
  4. SourceSpan? span,
)

Implementation

AttributeSelector(Identifier name, this._op, this.value, SourceSpan? span)
    : super(name, span);