iff method

Expr iff(
  1. Object other
)

Implementation

Expr iff(Object other) => BinaryOp(BinaryOpKind.eq, this, $(other)).declare();