transformResults property

List<Value>? transformResults
getter/setter pair

The results of applying each DocumentTransform.FieldTransform, in the same order.

Implementation

core.List<Value>? transformResults;