catchClauses property

  1. @override
NodeListImpl<CatchClauseImpl> catchClauses
override

Return the catch clauses contained in the try statement.

Implementation

@override
NodeListImpl<CatchClauseImpl> get catchClauses => _catchClauses;