YoutubeEmbedData constructor

const YoutubeEmbedData({
  1. required String videoId,
})

Creates an instance of the embed data

Implementation

const YoutubeEmbedData({required this.videoId}) : super();