expression property Null safety
Return the expression used to determine which of the switch members will be selected.
Implementation
Expression get expression;
Return the expression used to determine which of the switch members will be selected.
Expression get expression;