FeedGetPostThreadOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const FeedGetPostThreadOutput({
  1. @UFeedGetPostThreadThreadConverter() required UFeedGetPostThreadThread thread,
  2. @ThreadgateViewConverter() ThreadgateView? threadgate,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory FeedGetPostThreadOutput({
  @UFeedGetPostThreadThreadConverter()
  required UFeedGetPostThreadThread thread,
  @ThreadgateViewConverter() ThreadgateView? threadgate,

  Map<String, dynamic>? $unknown,
}) = _FeedGetPostThreadOutput;