throwsNullThrownError top-level constant

const throwsNullThrownError = const Throws(isNullThrownError)

A matcher for functions that throw NullThrownError.

Implementation

const Matcher throwsNullThrownError =
    // ignore: deprecated_member_use
    Throws(isNullThrownError)