EvaluationError constructor

EvaluationError({
  1. String? code,
  2. String? message,
})

Implementation

EvaluationError({this.code, this.message});