Item class

An item in a feed

Constructors

Item.atomFromXml(UniversalFeed uf, XmlElement atomItem)
Creates a new Item from a XmlElement
factory
Item.rssFromXml(UniversalFeed uf, XmlElement rssItem)
Creates a new Item from a XmlElement
factory

Properties

authors List<Author>
Name and Email address of the author of the item.
final
categories List<Category>
It has one optional attribute, domain, a string that identifies a categorization taxonomy. The value of the element is a forward-slash-separated string that identifies a hierarchic location in the indicated taxonomy. Processors may establish conventions for the interpretation of categories.
final
comments Link?
URL of a page for comments relating to the item.
getter/setter pair
content List<Content>
The item content
final
Is a Text construct that conveys information about rights held in and over an entry or feed
getter/setter pair
dcterms DcTerms?
The item's Dublin Core extension if the extension was registered
getter/setter pair
description String?
The item synopsis.
getter/setter pair
enclosures List<Enclosure>
Describes a media object that is attached to the item.
final
geo Geo?
The item's geo location if the extension was registered
getter/setter pair
guid String?
A string that uniquely identifies the item
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image Image?
getter/setter pair
The url of the item.
getter/setter pair
Collection of links that are related to the item
final
media Media?
The item's Media extension if the extension was registered
getter/setter pair
podcast ItunesItem?
The item's podcast extension if the extension was registered
getter/setter pair
published Timestamp?
Its value is a date, indicating when the item was published. If it's a date in the future, aggregators may choose to not display the item until that date.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Link?
The RSS channel that the item came from.
getter/setter pair
sourceEntry UniversalFeed?
If an atom:entry is copied from one feed into another feed, then the source atom:feed's metadata (all child elements of atom:feed other than the atom:entry elements) MAY be preserved
getter/setter pair
title String?
The title of the item.
getter/setter pair
updated Timestamp?
Its value is a date, indicating when the item was published. If it's a date in the future, aggregators may choose to not display the item until that date.
getter/setter pair

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