ComputationError constructor
ComputationError(
- ComputationStep step, {
- required String message,
- int? globalPosition,
Creates the error.
Implementation
ComputationError(this.step, {required this.message, this.globalPosition});