params property

  1. @TagNumber(2)
Map<String, AnalyticsValue> get params

A repeated record of the parameters associated with this event.

Implementation

@$pb.TagNumber(2)
$core.Map<$core.String, AnalyticsValue> get params => $_getMap(1);