BooleanLiteralExpression
data class BooleanLiteralExpression(val text: String, val supplement: NodeSupplement = NodeSupplement()) : Node.Expression.ConstantLiteralExpression
AST node that represents a boolean literal expression. The node corresponds to KtConstantExpression whose expressionType is KtNodeTypes.BOOLEAN_CONSTANT.