stringVal property

String? stringVal
getter/setter pair

String value.

When this is set, other values must not be set. Strings should be kept small whenever possible. Data streams with large string values and high data frequency may be down sampled.

Implementation

core.String? stringVal;