syntaxTokens property
The syntax tokens for the words in the document, one token for each word.
Implementation
final List<SyntaxToken>? syntaxTokens;
The syntax tokens for the words in the document, one token for each word.
final List<SyntaxToken>? syntaxTokens;