EvalSentinelException constructor

EvalSentinelException({
  1. required String expression,
  2. required Map<String, String?>? scope,
  3. required Sentinel sentinel,
})

Implementation

EvalSentinelException({
  required this.expression,
  required this.scope,
  required Sentinel sentinel,
}) : super(sentinel);