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