ParseState.fromRawText constructor

ParseState.fromRawText(
  1. String text
)

Implementation

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