Group class

Represents the "media:group" element in an XML document.

Constructors

Group({List<Content>? contents, List<Credit>? credits, Category? category, Rating? rating, Thumbnail? thumbnail, Title? title, Description? description})
Constructor for the Group class.
Group.parse(XmlElement element)
Factory method to create a new Group instance from an XML element.
factory

Properties

category Category?
final
contents List<Content>?
final
credits List<Credit>?
final
description Description?
final
hashCode int
The hash code for this object.
no setterinherited
rating Rating?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail 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