SwitchStatement constructor
SwitchStatement(
- Expression? checkValue,
- List<
SwitchCase?> ? body, { - Map? ast,
Implementation
SwitchStatement(this.checkValue, this.body, {Map? ast}) : super(ast: ast);