SavedFeedsPref constructor
- @JsonSerializable(includeIfNull: false)
const
SavedFeedsPref(
{ - @Default('app.bsky.actor.defs#savedFeedsPref') String $type,
- @AtUriConverter() required List<AtUri> pinned,
- @AtUriConverter() required List<AtUri> saved,
- int? timelineIndex,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory SavedFeedsPref({
@Default('app.bsky.actor.defs#savedFeedsPref') String $type,
@AtUriConverter() required List<AtUri> pinned,
@AtUriConverter() required List<AtUri> saved,
int? timelineIndex,
Map<String, dynamic>? $unknown,
}) = _SavedFeedsPref;