IfBlock constructor
IfBlock(
- CodeUnit ifCondition,
- InjectCodeUnit ifContent, {
- int depth = 0,
- InjectCodeUnit? elseContent,
Implementation
IfBlock(this.ifCondition, this.ifContent, {int depth = 0, this.elseContent})
: super(depth);