tags property

Map<String, String> tags

Name/value pairs that events can be searched by.

Implementation

Map<String, String> get tags => Map.unmodifiable(_tags);