menu
googleapis package
documentation
language/v1.dart
AnalyzeSyntaxResponse
tokens property
tokens property
dark_mode
light_mode
tokens
property
List
<
Token
>
?
tokens
getter/setter pair
Tokens, along with their syntactic information, in the input document.
Implementation
core.List<Token>? tokens;
googleapis package
documentation
language/v1
AnalyzeSyntaxResponse
tokens property
AnalyzeSyntaxResponse class