hashtags property

List<String>? hashtags
final

Allow easy discovery of Tweets by topic by including a list of hashtag values without the preceding # character.

For more info, visit https://developer.twitter.com/en/docs/twitter-for-websites/tweet-button/guides/web-intent

Implementation

final List<String>? hashtags;