valueAsStringIsTruncated property
getter/setter pairoverride
The valueAsString for String references may be truncated. If so, this property is added with the value 'true'.
New code should use 'length' and 'count' instead.
Implementation
@optional
@override
bool? valueAsStringIsTruncated;