Media class

Constructors

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>[]})
const
Media.parse(XmlElement element)
factory

Properties

final
category Category?
final
comments List<String>
final
community Community?
final
contents List<Content>
final
final
credits List<Credit>
final
description Description?
final
embed Embed?
final
group Group?
final
hash Hash?
final
hashCode int
The hash code for this object.
no setterinherited
keywords String?
final
license License?
final
final
player Player?
final
prices List<Price>
final
rating Rating?
final
responses List<String>
final
restriction Restriction?
final
rights Rights?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenes List<Scene>
final
status Status?
final
text Text?
final
thumbnails List<Thumbnail>
final
title Title?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited