Itunes class
Constructors
-
Itunes.new({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}) - Itunes.parse(XmlElement element)
-
factory
Properties
-
final
- block → bool?
-
final
-
categories
→ List<
ItunesCategory> ? -
final
- complete → bool?
-
final
- duration → Duration?
-
final
- episode → int?
-
final
- episodeType → ItunesEpisodeType?
-
final
- explicit → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → ItunesImage?
-
final
-
keywords
→ List<
String> ? -
final
- newFeedUrl → String?
-
final
- owner → ItunesOwner?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- season → int?
-
final
- subtitle → String?
-
final
- summary → String?
-
final
- title → String?
-
final
- type → ItunesType?
-
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