ParseState.fromRawText constructor
ParseState.fromRawText(
- String text
Implementation
factory ParseState.fromRawText(String text) => ParseState._(text, text, 0);
factory ParseState.fromRawText(String text) => ParseState._(text, text, 0);