is_ method

Expr is_(
  1. String entityType
)

Implementation

Expr is_(String entityType) {
  return ExprIs(left: this, entityType: entityType);
}