statuses property

  1. @JsonKey(defaultValue: <MastodonStatus>[])
List<MastodonStatus> statuses
final

List of statuses matching the search.

Implementation

@JsonKey(defaultValue: <MastodonStatus>[])
final List<MastodonStatus> statuses;