Expression.ofString constructor

Expression.ofString(
  1. String value
)

Implementation

Expression.ofString(String value) : nodes = _createStringNodes(value);