escapeChar property

Parser<(String, String)> escapeChar
final

Implementation

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