has method

Expr has(
  1. String attr
)

Implementation

Expr has(String attr) {
  return ExprHasAttribute(left: this, attr: attr);
}