accounts property

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

List of accounts you follow that also follow the target account.

Implementation

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