annotations property

  1. @TagNumber(10)
Map<String, String> annotations

Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

Implementation

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