menu
analyzer package
documentation
dart/ast/ast_factory.dart
AstFactory
booleanLiteral abstract method
booleanLiteral abstract method
dark_mode
light_mode
booleanLiteral
abstract method
BooleanLiteral
booleanLiteral
(
Token
literal
,
bool
value
)
Returns a newly created boolean literal.
Implementation
BooleanLiteral booleanLiteral(Token literal, bool value);
analyzer package
documentation
dart/ast/ast_factory
AstFactory
booleanLiteral abstract method
AstFactory class