EmbedExternalExternal constructor
- @JsonSerializable.new(includeIfNull: false)
- @Default.new('app.bsky.embed.external#external') String $type,
- required String uri,
- required String title,
- required String description,
- @BlobConverter() Blob? thumb,
- @RepoStrongRefConverter() List<
RepoStrongRef> ? associatedRecords, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory EmbedExternalExternal({
@Default('app.bsky.embed.external#external') String $type,
required String uri,
required String title,
required String description,
@BlobConverter() Blob? thumb,
@RepoStrongRefConverter() List<RepoStrongRef>? associatedRecords,
Map<String, dynamic>? $unknown,
}) = _EmbedExternalExternal;