TestingLibraryElementError constructor Null safety

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

Implementation

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