statements property Null safety
Return the statements that will be executed if this switch member is selected.
Implementation
NodeList<Statement> get statements;
Return the statements that will be executed if this switch member is selected.
NodeList<Statement> get statements;