isNullThrownError top-level constant Null safety

TypeMatcher<NullThrownError> const isNullThrownError

A matcher for NullThrownError.

Implementation

const isNullThrownError = TypeMatcher<NullThrownError>();