YoutubeVideo constructor

const YoutubeVideo(
  1. String url,
  2. String title,
  3. String imageUrl
)

Implementation

const YoutubeVideo(this.url, this.title, this.imageUrl);