str function

Str str(
  1. String value
)

Creates a Str expression.

Implementation

Str str(String value) => Str(value).declare();