Returns the starting errors of the parser.
@override Iterable<String> getStartingErrors() { if (predicate is! InRange || isOptional) { return const []; } return ['const ErrorUnexpectedChar()']; }