accounts property

  1. @JsonKey(defaultValue: <MastodonAccount>[])
List<MastodonAccount> accounts
final

List of accounts matching the search.

Implementation

@JsonKey(defaultValue: <MastodonAccount>[])
final List<MastodonAccount> accounts;