analytics property

  1. @JsonKey(includeIfNull: false)
Map<String, Object>? analytics
final

This allows you to gain a better understanding of that user's interests. Common examples include:

  • Clicking on a link
  • Liking or commenting
  • Sharing an activity
  • Viewing another user's profile page
  • Searching for a certain user/content/topic/etc.

Implementation

@JsonKey(includeIfNull: false)
final Map<String, Object>? analytics;