attributes property

  1. @TagNumber.new(3)
List<KeyValue> get attributes

attributes is a collection of attribute key/value pairs on the event. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).

Implementation

@$pb.TagNumber(3)
$core.List<$1.KeyValue> get attributes => $_getList(2);