TestingLibraryElementError constructor
TestingLibraryElementError(
- String message, [
- StackTrace? jsStackTrace
Implementation
TestingLibraryElementError(this.message, [this.jsStackTrace]) : super();