If constructor

If(
  1. Block condition, {
  2. required List<Block> then,
})

Implementation

If(Block this.condition, {required List<Block> this.then}) : super("If");