ThreadgateView constructor

  1. @JsonSerializable.new(includeIfNull: false)
const ThreadgateView({
  1. @Default.new('app.bsky.feed.defs#threadgateView') String $type,
  2. String? uri,
  3. String? cid,
  4. Map<String, dynamic>? record,
  5. @ListViewBasicConverter() List<ListViewBasic>? lists,
  6. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ThreadgateView({
  @Default('app.bsky.feed.defs#threadgateView') String $type,
  String? uri,
  String? cid,
  Map<String, dynamic>? record,
  @ListViewBasicConverter() List<ListViewBasic>? lists,

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