userProperties property

  1. @TagNumber(3)
Map<String, UserPropertyValue> userProperties

A repeated record of user properties set with the setUserProperty API. https://firebase.google.com/docs/analytics/android/properties

Implementation

@$pb.TagNumber(3)
$core.Map<$core.String, UserPropertyValue> get userProperties => $_getMap(2);