fieldCharWithinBraces method

Parser<String> fieldCharWithinBraces()

Implementation

Parser<String> fieldCharWithinBraces() => pattern(r'^\{}');