GetTimelineOutput constructor
- @JsonSerializable(includeIfNull: false)
- String? cursor,
- @FeedViewPostConverter() required List<
FeedViewPost> feed, - @JsonKey(name: r'$unknown') Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory GetTimelineOutput({
String? cursor,
@FeedViewPostConverter() required List<FeedViewPost> feed,
/// Contains unknown objects not defined in Lexicon.
@JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown,
}) = _GetTimelineOutput;