hasExpression property

bool hasExpression

Returns true if expression is not null.

Implementation

bool get hasExpression => expression != null;