tags property

Map<String, String>? tags
final

A string-to-string map of key-value pairs that identifies the tags that are associated with the segment. Each tag consists of a required tag key and an associated tag value.

Implementation

final Map<String, String>? tags;