hasOutstandingParse property

bool get hasOutstandingParse

Implementation

bool get hasOutstandingParse {
  _trace('ts_parser_has_outstanding_parse');
  return _activeParseSession != null;
}