cases property
NodeList<SwitchExpressionCase>
get
cases
The cases that can be selected by the expression.
Implementation
NodeList<SwitchExpressionCase> get cases;
The cases that can be selected by the expression.
NodeList<SwitchExpressionCase> get cases;