profileClickCount property

  1. @JsonKey(name: 'user_profile_clicks')
int profileClickCount
inherited

A count of the number of times a user clicks the following portions of a Tweet: display name, user name, profile picture.

Implementation

@JsonKey(name: 'user_profile_clicks')
int get profileClickCount => throw _privateConstructorUsedError;