Itunes class

The iTunes specific feed information See https://help.apple.com/itc/podcasts_connect/#/itcb54353390

Constructors

Itunes({String? author, String? summary, bool? explicit, String? title, String? subtitle, ItunesOwner? owner, List<String>? keywords, ItunesImage? image, List<ItunesCategory>? categories, ItunesType? type, String? newFeedUrl, bool? block, bool? complete, int? episode, int? season, Duration? duration, ItunesEpisodeType? episodeType})
Default constructor for the Itunes class
Itunes.parse(XmlElement element, bool parseHtml)
Parse constructor for the Itunes class, used when 'parsing' a feed
factory

Properties

author String?
The author of the podcast
final
block bool?
Whether the podcast is blocked or not
final
categories List<ItunesCategory>?
The categories of the podcast
final
complete bool?
Whether the podcast is complete or not
final
duration Duration?
The duration of the podcast
final
episode int?
The episode number of the podcast
final
episodeType ItunesEpisodeType?
The episode type of the podcast
final
explicit bool?
Whether the podcast is explicit or not
final
hashCode int
The hash code for this object.
no setterinherited
image ItunesImage?
The image of the podcast
final
keywords List<String>?
The keywords of the podcast
final
newFeedUrl String?
The new feed url of the podcast
final
owner ItunesOwner?
The podcast owner contact information
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
season int?
The season number of the podcast
final
subtitle String?
The subtitle of the podcast
final
summary String?
The summary of the podcast
final
title String?
The title of the podcast
final
type ItunesType?
The type of the podcast
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