PixabayMedia constructor

PixabayMedia({int id, int userId, int views, int comments, int likes, int favorites, int downloads, String tags, String user, String type })

Implementation

PixabayMedia(
    {this.id,
    this.userId,
    this.views,
    this.comments,
    this.likes,
    this.favorites,
    this.downloads,
    this.tags,
    this.user,
    this.type});