stringValue property
Represents a string value.
Leading single quotes are not included. For example, if the user typed
'123
into the UI, this would be represented as a stringValue
of
"123"
.
Implementation
core.String? stringValue;
Represents a string value.
Leading single quotes are not included. For example, if the user typed
'123
into the UI, this would be represented as a stringValue
of
"123"
.
core.String? stringValue;