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