TernaryOp constructor
TernaryOp(
- TernaryOpKind kind,
- Expr arg0,
- Expr arg1,
- Expr arg2,
Implementation
TernaryOp(this.kind, this.arg0, this.arg1, this.arg2);