TernaryOp constructor

TernaryOp(
  1. TernaryOpKind kind,
  2. Expr arg0,
  3. Expr arg1,
  4. Expr arg2,
)

Implementation

TernaryOp(this.kind, this.arg0, this.arg1, this.arg2);