valueAsStringIsTruncated property Null safety
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
bool? valueAsStringIsTruncated;