EvalErrorException constructor

EvalErrorException({
  1. required String expression,
  2. required Map<String, String?>? scope,
  3. required ErrorRef errorRef,
})

Implementation

EvalErrorException({
  required this.expression,
  required this.scope,
  required this.errorRef,
});