linkClickCount property

  1. @JsonKey(name: 'url_link_clicks')
int? linkClickCount
inherited

A count of the number of times a user clicks on a URL link or URL preview card in a Tweet.

Implementation

@JsonKey(name: 'url_link_clicks')
int? get linkClickCount => throw _privateConstructorUsedError;