menu
json_ast package
documentation
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);
json_ast package
documentation
tokenize
Token
Token constructor
Token class