descendants property
- @JsonKey(defaultValue: <MastodonStatus>[])
final
Reply tree of the target status (descendants).
Implementation
@JsonKey(defaultValue: <MastodonStatus>[])
final List<MastodonStatus> descendants;
Reply tree of the target status (descendants).
@JsonKey(defaultValue: <MastodonStatus>[])
final List<MastodonStatus> descendants;