inCatchClause property

bool get inCatchClause

Implementation

bool get inCatchClause => thisOrAncestorOfType<CatchClause>() != null;