RssFeed class

Represents an RSS feed.

Constructors

RssFeed.new({String? title, String? author, String? description, String? link, List<RssItem>? items, RssImage? image, RssCloud? cloud, List<RssCategory>? categories, List<String>? skipDays, List<int>? skipHours, String? lastBuildDate, String? language, String? generator, String? copyright, String? docs, String? managingEditor, String? rating, String? webMaster, int? ttl, DublinCore? dc, Itunes? itunes, Syndication? syndication, Podcast? podcast})
Constructor for the RssFeed class.
RssFeed.parse(String xmlString)
Factory method to create an RssFeed object from an XML string representing an RSS feed.
factory

Properties

author String?
final
categories List<RssCategory>?
final
cloud RssCloud?
final
final
dc DublinCore?
final
description String?
final
docs String?
final
generator String?
final
hashCode int
The hash code for this object.
no setterinherited
image RssImage?
final
items List<RssItem>?
final
itunes Itunes?
final
language String?
final
lastBuildDate String?
final
final
managingEditor String?
final
podcast Podcast?
final
rating String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipDays List<String>?
final
skipHours List<int>?
final
syndication Syndication?
final
title String?
final
ttl int?
final
webMaster 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