propertyPredicates method
Implementation
List<(TreeSitterQueryProperty, bool)> propertyPredicates(int patternIndex) {
_checkNotDisposed();
_checkPatternIndex(patternIndex);
return patternIndex < propertyPredicatesByPattern.length
? propertyPredicatesByPattern[patternIndex]
: const [];
}