metadata property

  1. @TagNumber.new(1)
PbMap<String, String> get metadata

Free-form key/value pairs for telemetry tagging. Maps onto the C ABI's three custom_key/custom_value slots and Dart's Map<String, dynamic> (after string-coercion).

Implementation

@$pb.TagNumber(1)
$pb.PbMap<$core.String, $core.String> get metadata => $_getMap(0);