JsError constructor

JsError(
  1. Object? _message,
  2. String? _stack
)

Implementation

JsError(this._message, this._stack);