UnspeccedGetPostThreadOtherV2Output constructor

  1. @JsonSerializable(includeIfNull: false)
const UnspeccedGetPostThreadOtherV2Output({
  1. @ThreadItemConverter() required List<ThreadItem> thread,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory UnspeccedGetPostThreadOtherV2Output({
  @ThreadItemConverter() required List<ThreadItem> thread,

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