partialAccounts property

  1. @JsonKey(defaultValue: <MastodonPartialAccount>[])
List<MastodonPartialAccount> partialAccounts
final

List of partial account information.

Used when expand_accounts=partial_avatars is specified.

Implementation

@JsonKey(defaultValue: <MastodonPartialAccount>[])
final List<MastodonPartialAccount> partialAccounts;