valueAsString property

  1. @optional
String? valueAsString
getter/setter pair

The value of this flag as a string.

If this property is absent, then the value of the flag was nullptr.

Implementation

@optional
String? valueAsString;