attrs property

  1. @TagNumber(4)
Map<String, AttributeValue> attrs

The attribute values that this analyzer applies to the operator.

Supply a mapping between the attribute names and the actual value you wish to apply. If an attribute name is omitted, then it will take a preconfigured default value.

Implementation

@$pb.TagNumber(4)
$core.Map<$core.String, AttributeValue> get attrs => $_getMap(3);