exceptionType property Null safety

TypeAnnotation? exceptionType

Return the type of exceptions caught by this catch clause, or null if this catch clause catches every type of exception.

Implementation

TypeAnnotation? get exceptionType;