ItunesChannel class

Itunes Channel information

Constructors

ItunesChannel.fromXml(UniversalFeed rf, XmlElement node)
Creates a new ItunesChannel from an XmlElement
factory

Properties

author String?
The group responsible for creating the show.
getter/setter pair
block String?
The podcast show or hide status.
getter/setter pair
categories List<Category>
The show category information. if exists, category and subcategory will be the first and second elements on the list if the entry has 'keywords', they will be added here to with the scheme 'keyword'
getter/setter pair
complete String?
The podcast update status.
getter/setter pair
explicit String?
The podcast parental advisory information.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image Image?
The artwork for the show. Only the url field will be valid.
getter/setter pair
newFeedUrl String?
The new podcast RSS Feed URL.
getter/setter pair
owner Author?
The podcast owner contact information.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
Little description about the channel
getter/setter pair
title String?
The show title specific for Apple Podcasts.
getter/setter pair
type String?
The type of show.
getter/setter pair

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