menu
nebula_db package
documentation
sql/lexer.dart
Token
Token.new constructor
Token.new constructor
dark_mode
light_mode
Token
constructor
Token
(
TokenType
type
,
String
value
)
Implementation
Token(this.type, this.value);
nebula_db package
documentation
sql/lexer
Token
Token.new constructor
Token class