EmbedVideoView constructor
- @JsonSerializable.new(includeIfNull: false)
- @Default.new('app.bsky.embed.video#view') String $type,
- required String cid,
- @AtUriConverter.new() required AtUri playlist,
- @AtUriConverter.new() AtUri? thumbnail,
- String? alt,
- @AspectRatioConverter() AspectRatio? aspectRatio,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory EmbedVideoView({
@Default('app.bsky.embed.video#view') String $type,
required String cid,
@AtUriConverter() required AtUri playlist,
@AtUriConverter() AtUri? thumbnail,
String? alt,
@AspectRatioConverter() AspectRatio? aspectRatio,
Map<String, dynamic>? $unknown,
}) = _EmbedVideoView;