profileInfo property

Map<String, UserProfile>? profileInfo
getter/setter pair

The historic profile information of the users that sent the events returned.

The string key is the user ID for which the profile belongs to.

Implementation

Map<String, UserProfile>? profileInfo;