RssItem class
Represents an item within an RSS feed.
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, PodcastItem? podcast, CustomNamespace? customNamespace}) -
Constructor for the
RssItem
class. - RssItem.parse(XmlElement element)
-
Factory method to create an
RssItem
object from anXmlElement
.factory
Properties
-
final
-
categories
→ List<
RssCategory> ? -
final
- comments → String?
-
final
- content → RssContent?
-
final
- customNamespace → CustomNamespace?
-
final
- dc → DublinCore?
-
final
- description → String?
-
final
- enclosure → RssEnclosure?
-
final
- guid → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- itunes → Itunes?
-
final
- link → String?
-
final
- media → Media?
-
final
- podcast → PodcastItem?
-
final
- pubDate → DateTime?
-
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