TreeSitterStructuralQueryPredicate constructor

const TreeSitterStructuralQueryPredicate({
  1. required String? capture,
  2. required TreeSitterQueryPredicate predicate,
  3. String? otherCapture,
})

Implementation

const TreeSitterStructuralQueryPredicate({
  required this.capture,
  required this.predicate,
  this.otherCapture,
});