details property

  1. @TagNumber(6)
PbMap<String, String> get details

Additional details about the event, e.g., the tag that was added.

Implementation

@$pb.TagNumber(6)
$pb.PbMap<$core.String, $core.String> get details => $_getMap(5);