isFormatException top-level constant Null safety

TypeMatcher<FormatException> const isFormatException

A matcher for FormatException.

Implementation

const isFormatException = TypeMatcher<FormatException>();