TreeSitterQueryCursorState constructor
TreeSitterQueryCursorState({
- required int currentByteOffset,
Implementation
TreeSitterQueryCursorState({required int currentByteOffset})
: _currentByteOffset = currentByteOffset;