statuses property

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

List of statuses associated with the report.

Implementation

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