TreeSitterQueryMatch constructor
const
TreeSitterQueryMatch({})
Implementation
const TreeSitterQueryMatch({
required this.captures,
this.id = 0,
this.patternIndex = 0,
this.setProperties = const {},
this.priority = 0,
this.completionByte = -1,
int startDepth = 0,
}) : _startDepth = startDepth;