YoutubeEmbedData constructor
const
YoutubeEmbedData({
- required String videoId,
Creates an instance of the embed data
Implementation
const YoutubeEmbedData({required this.videoId}) : super();
Creates an instance of the embed data
const YoutubeEmbedData({required this.videoId}) : super();