ThreadgateView constructor
Implementation
@JsonSerializable(includeIfNull: false)
const factory ThreadgateView({
/// The unique namespace for this lex object.
///
/// `app.bsky.feed.defs#threadgateView`
@Default(appBskyFeedDefsThreadgateView)
@JsonKey(name: r'$type')
String $type,
@AtUriConverter() AtUri? uri,
String? cid,
@ThreadgateRecordConverter() ThreadgateRecord? record,
@ListViewBasicConverter() List<ListViewBasic>? lists,
/// Contains unknown objects not defined in Lexicon.
@JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown,
}) = _ThreadgateView;