annotations property

  1. @TagNumber.new(12)
Map<String, String> get annotations

Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128

Implementation

@$pb.TagNumber(12)
$core.Map<$core.String, $core.String> get annotations => $_getMap(11);