RssItem class
Represents an RSS item See https://www.rssboard.org/rss-specification#hrelementsOfLtitemgt
Constructors
-
RssItem({String? title, String? description, String? link, List<
RssCategory> ? categories, String? guid, DateTime? pubDate, String? author, String? comments, RssSource? source, RssContent? content, Media? media, RssEnclosure? enclosure, DublinCore? dc, Itunes? itunes}) - Default constructor for the RssItem class
- RssItem.parse(XmlElement element, bool parseHtml)
-
Parse constructor for the RssItem class, used when 'parsing' a feed
factory
Properties
-
The author of the item
final
-
categories
→ List<
RssCategory> ? -
The categories of the item
final
- comments → String?
-
The comments of the item
final
- content → RssContent?
-
The content of the item
final
- dc → DublinCore?
-
The DublinCore of the item
final
- description → String?
-
The description of the item
final
- enclosure → RssEnclosure?
-
The enclosure of the item
final
- guid → String?
-
The guid of the item
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- itunes → Itunes?
-
The Itunes of the item
final
- link → String?
-
The link of the item
final
- media → Media?
-
The media of the item
final
- pubDate → DateTime?
-
The publishing date of the item
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → RssSource?
-
The source of the item
final
- title → String?
-
The title of the item
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