isException top-level constant Null safety

TypeMatcher<Exception> const isException

A matcher for Exception.

Implementation

const isException = TypeMatcher<Exception>();