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