RssFeed class

Represents an RSS feed See https://www.rssboard.org/rss-specification

Constructors

RssFeed({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})
Default constructor for the RssFeed class
RssFeed.parse(String xmlString)
Parse constructor for the RssFeed class, used when 'parsing' a feed
factory

Properties

author String?
The author of the feed
final
categories List<RssCategory>?
The categories of the feed
final
cloud RssCloud?
The cloud of the feed
final
The copyright of the feed
final
dc DublinCore?
The DublinCore of the feed
final
description String?
The description of the feed
final
docs String?
The docs of the feed
final
generator String?
The generator of the feed
final
hashCode int
The hash code for this object.
no setterinherited
image RssImage?
The image of the feed
final
items List<RssItem>?
The items of the feed
final
itunes Itunes?
The Itunes of the feed
final
language String?
The language of the feed
final
lastBuildDate String?
The last build date of the feed
final
The link of the feed
final
managingEditor String?
The managing editor of the feed
final
rating String?
The rating of the feed
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipDays List<String>?
The skip days of the feed
final
skipHours List<int>?
The skip hours of the feed
final
syndication Syndication?
The Syndication of the feed
final
title String?
The title of the feed
final
ttl int?
The ttl of the feed
final
webMaster String?
The web master of the feed
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