IfStatement constructor
IfStatement(
- Expression condition,
- Statement then, [
- Statement? otherwise
Implementation
IfStatement(this.condition, this.then, [this.otherwise]);