statuses property

  1. @JsonKey(defaultValue: <MastodonStatus>[])
List<MastodonStatus> statuses
final

List of statuses related to the notifications.

Implementation

@JsonKey(defaultValue: <MastodonStatus>[])
final List<MastodonStatus> statuses;