Media constructor
Media({
- Group? group,
- List<
Content> ? contents, - List<
Credit> ? credits, - Category? category,
- Rating? rating,
- Title? title,
- Description? description,
- String? keywords,
- List<
Thumbnail> ? thumbnails, - Hash? hash,
- Player? player,
- Copyright? copyright,
- Text? text,
- Restriction? restriction,
- Community? community,
- List<
String> ? comments, - Embed? embed,
- List<
String> ? responses, - List<
String> ? backLinks, - Status? status,
- List<
Price> ? prices, - License? license,
- PeerLink? peerLink,
- Rights? rights,
- 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,
});