hashtags property

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

List of hashtags matching the search (Tag objects).

Implementation

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