isUnsupportedError top-level constant Null safety

TypeMatcher<UnsupportedError> const isUnsupportedError

A matcher for UnsupportedError.

Implementation

const isUnsupportedError = TypeMatcher<UnsupportedError>();