StringValue
sealed interface StringValue : ExpressionValue, MatchableValue, ComparableValue<StringValue> , EquatableValue, FormattableValue, FormattedValue(source)
Represents an ExpressionValue that resolves to a string value. See const.