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