FeedGetPostsOutput constructor
- @JsonSerializable(includeIfNull: false)
- @PostViewConverter() required List<
PostView> posts, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetPostsOutput({
@PostViewConverter() required List<PostView> posts,
Map<String, dynamic>? $unknown,
}) = _FeedGetPostsOutput;