valueString property

String? get valueString

Returns the value of the observation if it's a string.

Implementation

String? get valueString => _json.getValue('valueString').stringValue;