JsInteropException constructor

JsInteropException(
  1. String message, {
  2. int? statusCode,
})

Implementation

JsInteropException(this.message, {this.statusCode});