ConditionalExpression constructor
ConditionalExpression(
- Expression condition,
- Expression then,
- Expression otherwise
Implementation
ConditionalExpression(this.condition, this.then, this.otherwise);