JsEvaluationException constructor

const JsEvaluationException(
  1. String message, [
  2. dynamic originalError
])

Implementation

const JsEvaluationException(this.message, [this.originalError]);