SwitchStatement constructor

SwitchStatement(
  1. Expression? checkValue,
  2. List<SwitchCase?>? body, {
  3. Map? ast,
})

Implementation

SwitchStatement(this.checkValue, this.body, {Map? ast}) : super(ast: ast);