isUnimplementedError top-level constant Null safety

TypeMatcher<UnimplementedError> const isUnimplementedError

A matcher for UnimplementedError.

Implementation

const isUnimplementedError = TypeMatcher<UnimplementedError>();