attributes property

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

Additional attributes that describe the scope. Optional. 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<KeyValue> get attributes => $_getList(2);