RssItem class
Constructors
-
RssItem({String? title, String? description, String? link, List<
RssCategory> categories = const <RssCategory>[], String? guid, String? pubDate, String? author, String? comments, RssSource? source, RssContent? content, Media? media, RssEnclosure? enclosure, DublinCore? dc, RssItemItunes? itunes, RssItemPodcastIndex? podcastIndex}) -
const
- RssItem.parse(XmlElement element)
-
factory
Properties
-
final
-
categories
→ List<
RssCategory> -
final
- comments → String?
-
final
- content → RssContent?
-
final
- dc → DublinCore?
-
final
- description → String?
-
final
- enclosure → RssEnclosure?
-
final
- guid → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- itunes → RssItemItunes?
-
final
- link → String?
-
final
- media → Media?
-
final
- podcastIndex → RssItemPodcastIndex?
-
final
- pubDate → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → RssSource?
-
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