ComputationError constructor

ComputationError(
  1. ComputationStep step, {
  2. required String message,
  3. int? globalPosition,
})

Creates the error.

Implementation

ComputationError(this.step, {required this.message, this.globalPosition});