TreeSitterStructuralQueryPredicate constructor
const
TreeSitterStructuralQueryPredicate({
- required String? capture,
- required TreeSitterQueryPredicate predicate,
- String? otherCapture,
Implementation
const TreeSitterStructuralQueryPredicate({
required this.capture,
required this.predicate,
this.otherCapture,
});