keywords property

  1. @JsonKey(defaultValue: <MastodonFilterKeyword>[])
List<MastodonFilterKeyword> keywords
final

Keywords belonging to this filter.

Implementation

@JsonKey(defaultValue: <MastodonFilterKeyword>[])
final List<MastodonFilterKeyword> keywords;