menu
light_html_editor package
documentation
api/v3/tokenizer.dart
Token
Token constructor
Token constructor
dark_mode
light_mode
Token
constructor
Token
(
TokenType
type
,
String
content
)
Implementation
Token(this.type, this.content);
light_html_editor package
documentation
api/v3/tokenizer
Token
Token constructor
Token class