Media constructor

Media({
  1. Group? group,
  2. List<Content>? contents,
  3. List<Credit>? credits,
  4. Category? category,
  5. Rating? rating,
  6. Title? title,
  7. Description? description,
  8. String? keywords,
  9. List<Thumbnail>? thumbnails,
  10. Hash? hash,
  11. Player? player,
  12. Copyright? copyright,
  13. Text? text,
  14. Restriction? restriction,
  15. Community? community,
  16. List<String>? comments,
  17. Embed? embed,
  18. List<String>? responses,
  19. List<String>? backLinks,
  20. Status? status,
  21. List<Price>? prices,
  22. License? license,
  23. PeerLink? peerLink,
  24. Rights? rights,
  25. List<Scene>? scenes,
})

Implementation

Media({
  this.group,
  this.contents,
  this.credits,
  this.category,
  this.rating,
  this.title,
  this.description,
  this.keywords,
  this.thumbnails,
  this.hash,
  this.player,
  this.copyright,
  this.text,
  this.restriction,
  this.community,
  this.comments,
  this.embed,
  this.responses,
  this.backLinks,
  this.status,
  this.prices,
  this.license,
  this.peerLink,
  this.rights,
  this.scenes,
});