hasTag method

Expr hasTag(
  1. Expr tag
)

Implementation

Expr hasTag(Expr tag) {
  return ExprHasTag(left: this, tag: tag);
}