accounts property

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

List of accounts related to the notifications.

Implementation

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