valueAsString property Null safety

String? valueAsString
optional">@optionalread / write

The value of this flag as a string.

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

Implementation

@optional
String? valueAsString;