TreeSitterQueryCapture constructor
const
TreeSitterQueryCapture({})
Implementation
const TreeSitterQueryCapture({
required this.node,
required this.name,
this.index = 0,
this.patternIndex = 0,
this.priority = 0,
this.setProperties = const {},
this.order = 0,
});