NotFoundPost constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory NotFoundPost({
@Default('app.bsky.feed.defs#notFoundPost') String $type,
@AtUriConverter() required AtUri uri,
required bool notFound,
Map<String, dynamic>? $unknown,
}) = _NotFoundPost;