SwitchCase constructor

SwitchCase(
  1. Expression? expression,
  2. List<Statement> body
)

Implementation

SwitchCase(this.expression, this.body);