attributes property

  1. @TagNumber.new(4)
PbList<KeyValue> get attributes

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

Implementation

@$pb.TagNumber(4)
$pb.PbList<$1.KeyValue> get attributes => $_getList(3);