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