fieldValues property

List<FieldValue>? fieldValues
getter/setter pair

List of fields which are part of the label and have been set by the user.

If label has a field which was not set by the user, it would not be present in this list.

Implementation

core.List<FieldValue>? fieldValues;