tag property

FixedList<Tag>? get tag

Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.

Implementation

FixedList<Tag>? get tag => tagField.getValue(_json);