Media constructor

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

Implementation

const Media({
  this.group,
  this.contents = const <Content>[],
  this.credits = const <Credit>[],
  this.category,
  this.rating,
  this.title,
  this.description,
  this.keywords,
  this.thumbnails = const <Thumbnail>[],
  this.hash,
  this.player,
  this.copyright,
  this.text,
  this.restriction,
  this.community,
  this.comments = const <String>[],
  this.embed,
  this.responses = const <String>[],
  this.backLinks = const <String>[],
  this.status,
  this.prices = const <Price>[],
  this.license,
  this.peerLink,
  this.rights,
  this.scenes = const <Scene>[],
});