menu
any_syntax_highlighter package
documentation
utils/token.dart
Token
Token constructor
Token constructor
dark_mode
light_mode
Token
constructor
Token
(
String
value
,
dynamic
type
,
bool
isClassContext
)
Implementation
Token(this.value, this.type, this.isClassContext);
any_syntax_highlighter package
documentation
utils/token
Token
Token constructor
Token class