parseInfo property

ParseInfo? parseInfo

If profiling during the parse/lex, this will return DecisionInfo records for each decision in recognizer in a ParseInfo object.

@since 4.3

Implementation

ParseInfo? get parseInfo {
  return null;
}