FeedGetPostsInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory FeedGetPostsInput({
@AtUriConverter() required List<AtUri> uris,
Map<String, dynamic>? $unknown,
}) = _FeedGetPostsInput;