quotedCurly property
Parser
get
quotedCurly
Implementation
Parser get quotedCurly => (string("'{'") | string("'}'")).map((x) => x[1]);
Parser get quotedCurly => (string("'{'") | string("'}'")).map((x) => x[1]);