PopularVideo constructor
PopularVideo({})
Named ConstructorsPopularVideo with require params
Implementation
PopularVideo(
{required this.page,
required this.perPage,
required this.videos,
required this.totalResults,
required this.nextPage,
required this.url,
required this.prevPage});