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