getErrorMessage method

  1. @override
ErrorMessage getErrorMessage(
  1. Object? input,
  2. int? offset
)
override

Implementation

@override
ErrorMessage getErrorMessage(Object? input, int? offset) {
  final argument = '$position';
  return ErrorMessage(0, ErrorBacktrackingError.message, [argument]);
}