menu
future_server_cli package
documentation
common/utils/json_serialize/json_ast/tokenize.dart
Token
Token constructor
Token constructor
dark_mode
light_mode
Token
constructor
Token
(
TokenType
?
type
,
int
line
,
int
column
,
int
index
,
String
?
value
,
)
Implementation
Token(this.type, this.line, this.column, this.index, this.value);
future_server_cli package
documentation
common/utils/json_serialize/json_ast/tokenize
Token
Token constructor
Token class