EmbedRecordViewNotFound constructor
const
EmbedRecordViewNotFound({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory EmbedRecordViewNotFound({
@Default('app.bsky.embed.record#viewNotFound') String $type,
@AtUriConverter() required AtUri uri,
required bool notFound,
Map<String, dynamic>? $unknown,
}) = _EmbedRecordViewNotFound;