menu
analyzer package
documentation
dart/ast/ast.dart
Comment
tokens property
tokens property
dark_mode
light_mode
tokens
property
List
<
Token
>
get
tokens
Return the tokens representing the comment.
Implementation
List<Token> get tokens;
analyzer package
documentation
dart/ast/ast
Comment
tokens property
Comment class