labels property

  1. @TagNumber.new(4)
Map<String, String> get labels

Optional labels in key:value format. For more information about labels, see Requirements for labels.

Implementation

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