menu
analyzer package
documentation
dart/ast/ast.dart
DottedName
tokens property
tokens property
dark_mode
light_mode
tokens
property
List
<
Token
>
get
tokens
The tokens comprising the identifier (including periods).
Implementation
List<Token> get tokens;
analyzer package
documentation
dart/ast/ast
DottedName
tokens property
DottedName class