parseInfo property
ParseInfo?
get
parseInfo
inherited
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;
}