PixabayVideo constructor
PixabayVideo({String tags, String type, String user, int downloads, int likes, int id, int userId, int views, int favorites, String pageURL, int duration, String pictureId, List<PixabayVideoDescriptor> videos, String userImageURL })
Implementation
PixabayVideo({
String tags,
String type,
String user,
int downloads,
int likes,
int id,
int userId,
int views,
int comments,
int favorites,
this.pageURL,
this.duration,
this.pictureId,
this.videos,
this.userImageURL,
}) : super(
user: user,
downloads: downloads,
favorites: favorites,
comments: comments,
id: id,
userId: userId,
views: views,
likes: likes,
tags: tags,
type: type);