PixabayMedia constructor

PixabayMedia({
  1. int? id,
  2. int? userId,
  3. int? views,
  4. int? comments,
  5. int? likes,
  6. int? favorites,
  7. int? downloads,
  8. String? tags,
  9. String? user,
  10. String? type,
})

Implementation

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