op property

AttributeOperator? op
final

The operator that defines the semantics of value.

If this is null, this matches any element with the given property, regardless of this value. It's null if and only if value is null.

Implementation

final AttributeOperator? op;