escapeChar property

Parser<Sequence2<String, String>> escapeChar
final

Implementation

final escapeChar = seq2(char(r'\'), any());