partialAccounts property
- @JsonKey(defaultValue: <MastodonPartialAccount>[])
final
List of partial account information.
Used when expand_accounts=partial_avatars is specified.
Implementation
@JsonKey(defaultValue: <MastodonPartialAccount>[])
final List<MastodonPartialAccount> partialAccounts;