Rss1Feed class

Constructors

Rss1Feed({String? title, String? description, String? link, List<Rss1Item> items = const <Rss1Item>[], String? image, UpdatePeriod? updatePeriod, int? updateFrequency, DateTime? updateBase, DublinCore? dc})
const
Rss1Feed.parse(String xmlString)
factory

Properties

dc DublinCore?
final
description String?
final
hashCode int
The hash code for this object.
no setterinherited
image String?
final
items List<Rss1Item>
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
updateBase DateTime?
final
updateFrequency int?
final
updatePeriod UpdatePeriod?
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
toXmlDocument() → XmlDocument

Operators

operator ==(Object other) bool
The equality operator.
inherited