attributes property

  1. @TagNumber.new(3)
AttributeContext get attributes

Describes attributes about the operation being executed by the service.

Implementation

@$pb.TagNumber(3)
$1.AttributeContext get attributes => $_getN(2);
  1. @TagNumber.new(3)
set attributes (AttributeContext value)

Implementation

@$pb.TagNumber(3)
set attributes($1.AttributeContext value) => $_setField(3, value);