UnspeccedSearchPostsSkeletonOutput constructor
- @JsonSerializable.new(includeIfNull: false)
- String? cursor,
- int? hitsTotal,
- @SkeletonSearchPostConverter() required List<
SkeletonSearchPost> posts, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory UnspeccedSearchPostsSkeletonOutput({
String? cursor,
/// Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.
int? hitsTotal,
@SkeletonSearchPostConverter() required List<SkeletonSearchPost> posts,
Map<String, dynamic>? $unknown,
}) = _UnspeccedSearchPostsSkeletonOutput;