Media class

The Media element See https://www.rssboard.org/media-rss

Constructors

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})
Default constructor for the Media class
Media.parse(XmlElement element)
Parse constructor for the Media class, used when 'parsing' a feed
factory

Properties

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