EmbedRecordView constructor
- @JsonSerializable(includeIfNull: false)
- @Default('app.bsky.embed.record#view') String $type,
- @UEmbedRecordViewRecordConverter() required UEmbedRecordViewRecord record,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory EmbedRecordView({
@Default('app.bsky.embed.record#view') String $type,
@UEmbedRecordViewRecordConverter() required UEmbedRecordViewRecord record,
Map<String, dynamic>? $unknown,
}) = _EmbedRecordView;