stringValue property

String? stringValue
getter/setter pair

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;