IfStmt constructor
IfStmt(
- Expression condition,
- List<
Statement> trueCase, [ - List<
Statement> falseCase = const []
Implementation
IfStmt(this.condition, this.trueCase, [this.falseCase = const []]);