menu
analyzer package
documentation
dart/ast/token.dart
CommentToken
typeIndex property
typeIndex property
dark_mode
light_mode
typeIndex
property
@
override
int
get
typeIndex
inherited
The index of the type.
Implementation
@override int get typeIndex => _typeAndOffset & 0xff;
analyzer package
documentation
dart/ast/token
CommentToken
typeIndex property
CommentToken class