literal function

LiteralExpression literal(
  1. String text
)

Implementation

LiteralExpression literal(String text) => LiteralExpression(text);