hashtags property
- @JsonKey(defaultValue: <String>[])
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;