RssItunes class
Constructors
-
RssItunes({String? author, String? summary, bool? explicit, String? title, String? subtitle, RssItunesOwner? owner, List<
String> keywords = const <String>[], RssItunesImage? image, List<RssItunesCategory?> categories = const <RssItunesCategory?>[], RssItunesType? type, String? newFeedUrl, bool? block, bool? complete}) -
const
- RssItunes.parse(XmlElement element)
-
factory
Properties
-
final
- block → bool?
-
final
-
categories
→ List<
RssItunesCategory?> -
final
- complete → bool?
-
final
- explicit → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → RssItunesImage?
-
final
-
keywords
→ List<
String> -
final
- newFeedUrl → String?
-
final
- owner → RssItunesOwner?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle → String?
-
final
- summary → String?
-
final
- title → String?
-
final
- type → RssItunesType?
-
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