transformResults property

List<Value>? transformResults
getter/setter pair

The results of applying each PropertyTransform, in the same order of the request.

Implementation

core.List<Value>? transformResults;