FeedGetTimelineOutput constructor
- @JsonSerializable(includeIfNull: false)
- String? cursor,
- @FeedViewPostConverter() required List<
FeedViewPost> feed, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetTimelineOutput({
String? cursor,
@FeedViewPostConverter() required List<FeedViewPost> feed,
Map<String, dynamic>? $unknown,
}) = _FeedGetTimelineOutput;