RssFeed class

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})
RssFeed.parse(String xmlString)
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
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