TestingLibraryElementError constructor

TestingLibraryElementError(
  1. String message, [
  2. StackTrace? jsStackTrace
])

Implementation

TestingLibraryElementError(this.message, [this.jsStackTrace]) : super();