EmbedGallery constructor
const
EmbedGallery({
- @Default.new('app.bsky.embed.gallery') String $type,
- @UEmbedGalleryItemsConverter() required List<
UEmbedGalleryItems> items, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory EmbedGallery({
@Default('app.bsky.embed.gallery') String $type,
@UEmbedGalleryItemsConverter() required List<UEmbedGalleryItems> items,
Map<String, dynamic>? $unknown,
}) = _EmbedGallery;