FeedGetFeedSkeletonInput constructor
- @JsonSerializable(includeIfNull: false)
const
FeedGetFeedSkeletonInput(
{ - @AtUriConverter() required AtUri feed,
- @Default(50) int limit,
- String? cursor,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetFeedSkeletonInput({
/// Reference to feed generator record describing the specific feed being requested.
@AtUriConverter() required AtUri feed,
@Default(50) int limit,
String? cursor,
Map<String, dynamic>? $unknown,
}) = _FeedGetFeedSkeletonInput;