FeedGetPostThreadOutput constructor
- @JsonSerializable(includeIfNull: false)
- @UFeedGetPostThreadThreadConverter() required UFeedGetPostThreadThread thread,
- @ThreadgateViewConverter() ThreadgateView? threadgate,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetPostThreadOutput({
@UFeedGetPostThreadThreadConverter()
required UFeedGetPostThreadThread thread,
@ThreadgateViewConverter() ThreadgateView? threadgate,
Map<String, dynamic>? $unknown,
}) = _FeedGetPostThreadOutput;