alt property

String? get alt
inherited

Alt text description of the video, for accessibility.

Implementation

@BlobConverter() Blob get video;@EmbedVideoCaptionConverter() List<EmbedVideoCaption>? get captions;/// Alt text description of the video, for accessibility.
 String? get alt;