RssItem class

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})
RssItem.parse(XmlElement element)
factory

Properties

author String?
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 Itunes?
final
final
media Media?
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