FeedGetFeedSkeletonOutput constructor
- @JsonSerializable(includeIfNull: false)
- String? cursor,
- @SkeletonFeedPostConverter() required List<
SkeletonFeedPost> feed, - String? reqId,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetFeedSkeletonOutput({
String? cursor,
@SkeletonFeedPostConverter() required List<SkeletonFeedPost> feed,
/// Unique identifier per request that may be passed back alongside interactions.
String? reqId,
Map<String, dynamic>? $unknown,
}) = _FeedGetFeedSkeletonOutput;