menu
tart_dev package
documentation
ast.dart
Text
Text const constructor
Text const constructor
dark_mode
light_mode
Text
constructor
const
Text
(
Token
name
,
AstNode
text
)
Implementation
const Text(super.name, this.text);
tart_dev package
documentation
ast
Text
Text const constructor
Text class