LiteralExpression constructor

LiteralExpression(
  1. String value
)

Implementation

LiteralExpression(this.value);