SkeletonFeedPost constructor
- @JsonSerializable(includeIfNull: false)
- @Default('app.bsky.feed.defs#skeletonFeedPost') String $type,
- @AtUriConverter() required AtUri post,
- @USkeletonFeedPostReasonConverter() USkeletonFeedPostReason? reason,
- String? feedContext,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory SkeletonFeedPost({
@Default('app.bsky.feed.defs#skeletonFeedPost') String $type,
@AtUriConverter() required AtUri post,
@USkeletonFeedPostReasonConverter() USkeletonFeedPostReason? reason,
/// Context that will be passed through to client and may be passed to feed generator back alongside interactions.
String? feedContext,
Map<String, dynamic>? $unknown,
}) = _SkeletonFeedPost;