Group class

Enables media content to be grouped See https://www.rssboard.org/media-rss#media-group

Constructors

Group({List<Content>? contents, List<Credit>? credits, Category? category, Rating? rating})
Default constructor for the Group class
Group.parse(XmlElement element)
Parse constructor for the Group class, used when 'parsing' a feed
factory

Properties

category Category?
The category of the Media element
final
contents List<Content>?
The contents of the Media element
final
credits List<Credit>?
The credits of the Media element
final
hashCode int
The hash code for this object.
no setterinherited
rating Rating?
The rating of the Media element
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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