AttributeSelector constructor

AttributeSelector(
  1. Identifier name,
  2. int _op,
  3. dynamic value
)

Implementation

AttributeSelector(Identifier super.name, this._op, this.value);