SwitchCase constructor
SwitchCase(
- Expression? expression,
- List<
Statement> body
Implementation
SwitchCase(this.expression, this.body);
SwitchCase(this.expression, this.body);