syntaxTokens property

List<SyntaxToken>? syntaxTokens
final

The syntax tokens for the words in the document, one token for each word.

Implementation

final List<SyntaxToken>? syntaxTokens;