hashtags property

  1. @JsonKey(defaultValue: <String>[])
List<String> hashtags
final

List of hashtag names matching the search (strings).

In v1, a simple string array is returned rather than Tag objects.

Implementation

@JsonKey(defaultValue: <String>[])
final List<String> hashtags;