throwsOnError method

  1. @override
bool throwsOnError()
override

True if the shell implementation throws an exception on error

since 2.1.0

Implementation

@override
bool throwsOnError() {
  return _throwOnError;
}