expression property

  1. @ToBeDeprecated('Use expression2 instead.')
Expression get expression

The condition that is evaluated when the pattern matches, that must evaluate to true in order for the expression to be executed.

Implementation

@ToBeDeprecated('Use expression2 instead.')
Expression get expression;