expression property

  1. @override
ExpressionImpl expression
override

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

@override
ExpressionImpl get expression => _condition;