expression property Null safety
Return the expression used to either determine which of the statements is
executed next or to compute the value matched against the pattern in the
case
clause.
Implementation
Expression get expression;
Return the expression used to either determine which of the statements is
executed next or to compute the value matched against the pattern in the
case
clause.
Expression get expression;