menu
lucy_editor package
documentation
parsejs/lexer.dart
Token
Token.new constructor
Token.new constructor
dark_mode
light_mode
Token
constructor
Token
(
int
startOffset
,
int
line
,
int
type
,
bool
afterLinebreak
,
String
?
text
,
)
Implementation
Token(this.startOffset, this.line, this.type, this.afterLinebreak, this.text);
lucy_editor package
documentation
parsejs/lexer
Token
Token.new constructor
Token class