menu
analyzer package
documentation
dart/ast/token.dart
Token
isEof property
isEof property
dark_mode
light_mode
isEof
property
bool
get
isEof
Return
true
if this token represents an end of file.
Implementation
bool get isEof;
analyzer package
documentation
dart/ast/token
Token
isEof property
Token class