DraftEmbedVideo constructor
- @JsonSerializable.new(includeIfNull: false)
- @Default.new('app.bsky.draft.defs#draftEmbedVideo') String $type,
- @DraftEmbedLocalRefConverter() required DraftEmbedLocalRef localRef,
- String? alt,
- @DraftEmbedCaptionConverter() List<
DraftEmbedCaption> ? captions, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory DraftEmbedVideo({
@Default('app.bsky.draft.defs#draftEmbedVideo') String $type,
@DraftEmbedLocalRefConverter() required DraftEmbedLocalRef localRef,
String? alt,
@DraftEmbedCaptionConverter() List<DraftEmbedCaption>? captions,
Map<String, dynamic>? $unknown,
}) = _DraftEmbedVideo;