JsEvaluationException constructor
const
JsEvaluationException(
- String message, [
- dynamic originalError
Implementation
const JsEvaluationException(this.message, [this.originalError]);