tags property

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

Hashtags in the body.

Implementation

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