descendants property

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

Reply tree of the target status (descendants).

Implementation

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