LiteralExpression constructor

LiteralExpression(
  1. String text
)

Implementation

LiteralExpression(this.text);