UnspeccedGetPostThreadV2Output constructor
- @JsonSerializable(includeIfNull: false)
- @ThreadItemConverter() required List<
ThreadItem> thread, - @ThreadgateViewConverter() ThreadgateView? threadgate,
- required bool hasOtherReplies,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory UnspeccedGetPostThreadV2Output({
@ThreadItemConverter() required List<ThreadItem> thread,
@ThreadgateViewConverter() ThreadgateView? threadgate,
/// Whether this thread has additional replies. If true, a call can be made to the `getPostThreadOtherV2` endpoint to retrieve them.
required bool hasOtherReplies,
Map<String, dynamic>? $unknown,
}) = _UnspeccedGetPostThreadV2Output;