AttributeSelector constructor
AttributeSelector(
- Identifier name,
- int _op,
- dynamic value,
- SourceSpan? span,
Implementation
AttributeSelector(Identifier name, this._op, this.value, SourceSpan? span)
: super(name, span);