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