RssItemItunes class
Constructors
-
RssItemItunes({String? title, int? episode, int? season, Duration? duration, RssItunesEpisodeType? episodeType, String? author, String? summary, bool? explicit, String? subtitle, List<
String> keywords = const <String>[], RssItunesImage? image, RssItunesCategory? category, bool? block}) - RssItemItunes.parse(XmlElement element)
-
factory
Properties
-
final
- block → bool?
-
final
- category → RssItunesCategory?
-
final
- duration → Duration?
-
final
- episode → int?
-
final
- episodeType → RssItunesEpisodeType?
-
final
- explicit → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → RssItunesImage?
-
final
-
keywords
→ List<
String> -
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
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