TreeSitterQueryPattern constructor
const
TreeSitterQueryPattern({})
Implementation
const TreeSitterQueryPattern({
required this.nodeKind,
required this.capture,
this.patternIndex = 0,
this.parentKind,
this.childIndex,
this.fieldName,
this.predicates = const [],
this.priority = 0,
this.setProperties = const {},
});