isNullThrownError method

Return isNullThrownError()

A matcher for NullThrownError.

Implementation

Return isNullThrownError() {
  return runMatcher(dart_test.isNullThrownError);
}